86 lines
1.4 KiB
CSS
86 lines
1.4 KiB
CSS
|
@media (max-width: 799px) {
|
||
|
|
||
|
[class*=BackCollection],
|
||
|
[class*=BackStatus] {
|
||
|
font-size: .6rem;
|
||
|
}
|
||
|
|
||
|
[class*=AppHeaderContent],
|
||
|
[class*=AppMainContainer] {
|
||
|
margin-right: 0;
|
||
|
margin-left: 0;
|
||
|
min-width: calc(100vw - 24px);
|
||
|
max-width: 100vw;
|
||
|
}
|
||
|
|
||
|
[class*=AppHeaderContent] {
|
||
|
display: flex;
|
||
|
justify-content: space-between;
|
||
|
}
|
||
|
|
||
|
[class*=AppHeaderQuickNewButton] {
|
||
|
width: 100%;
|
||
|
}
|
||
|
|
||
|
[class*=AppHeaderButton] {
|
||
|
padding-left: 4px;
|
||
|
padding-right: 4px;
|
||
|
}
|
||
|
|
||
|
[class*=EditorContainer],
|
||
|
[class*=ToolbarContainer] {
|
||
|
min-width: initial;
|
||
|
}
|
||
|
|
||
|
[class*=ToolbarSubSectionFirst] {
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
}
|
||
|
|
||
|
[class*=PublishedToolbarButton] {
|
||
|
padding: 0 8px;
|
||
|
}
|
||
|
|
||
|
[class*=PublishedToolbarButton]::after {
|
||
|
display: none;
|
||
|
}
|
||
|
|
||
|
[class*=DeleteButton] {
|
||
|
margin-top: 5px;
|
||
|
padding: 0 2px;
|
||
|
}
|
||
|
|
||
|
[class*=ViewControls] {
|
||
|
position: initial;
|
||
|
}
|
||
|
|
||
|
[class*=PreviewPaneContainer-ControlPaneContainer] {
|
||
|
padding: 0;
|
||
|
}
|
||
|
|
||
|
[class*=ControlPaneContainer] {
|
||
|
max-width: 100vw;
|
||
|
}
|
||
|
|
||
|
|
||
|
[class*=EditorControlBar] [class*=ToolbarContainer] {
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
}
|
||
|
|
||
|
[class*=CollectionContainer] {
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
}
|
||
|
|
||
|
[class*=SidebarContainer] {
|
||
|
position: initial;
|
||
|
width: initial;
|
||
|
}
|
||
|
|
||
|
[class*=CollectionMain] {
|
||
|
padding-left: 0;
|
||
|
margin-top: 20px;
|
||
|
}
|
||
|
}
|