partitioncloud-server/partitioncloud/static/mobile.css

18 lines
366 B
CSS

@media (max-width: 750px) {
:root {
--sidebar-size: 75vw;
}
#content {
min-width: calc(100vw - 100px);
}
/* Make content not scrollable (vertically),
do not collapse thing in a ridiculously small space */
#content-container, #footer {
overflow: hidden;
min-width: 90vw;
position: fixed;
}
}