feat(web): add public package browsing and organization redirect management
This commit is contained in:
@@ -3,10 +3,8 @@ import { css } from '@design.estate/dees-element';
|
||||
export const viewHostCss = css`
|
||||
:host {
|
||||
display: block;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
overflow-y: auto;
|
||||
padding: 24px;
|
||||
box-sizing: border-box;
|
||||
margin: auto;
|
||||
max-width: 1280px;
|
||||
padding: 16px 16px;
|
||||
}
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user