Iceshrimp.NET/Iceshrimp.Frontend/Layout/WidgetPanel.razor.css
2024-07-11 01:06:18 +02:00

9 lines
No EOL
191 B
CSS

.widget-panel {
display: flex;
max-width: 23rem;
min-width: 23rem;
position: sticky;
top: 0;
max-height: 100vh;
border-left: 0.1rem var(--highlight-color) solid;
}