obscreen/data/www/scss/pages/_content.scss
2024-07-10 14:21:34 +02:00

31 lines
453 B
SCSS

.view-content-list main .main-container {
.left-panel {
flex: 0.5;
overflow-y: auto;
padding: 0;
background: $layoutBackground;
box-shadow: 1px 1px .5px .5px inset rgba(0, 0, 0, 0.2);
border: 1px solid #222;
max-width: 250px;
}
.page-content {
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: flex-start;
background: rgba(0,0,0,.9);
.dirview {
padding: 0 10px 40px 10px;
}
}
}