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

9 lines
No EOL
161 B
CSS

.widget-panel {
display: flex;
max-width: 23rem;
min-width: 23rem;
position: sticky;
top: 0;
max-height: 100vh;
padding-left: 1rem;
}