Iceshrimp.NET/Iceshrimp.Frontend/Layout/MainLayout.razor.css
2024-06-29 00:48:53 +02:00

25 lines
No EOL
280 B
CSS

.page {
display: flex;
flex-direction: row;
justify-content: space-between;
background-color: var(--background-color)
}
.main {
width: 100%;
}
.widget-panel {
}
.sidebar {
}
@media (max-width: 1000px) {
.widget-panel {
display: none;
}
}