Iceshrimp.NET/Iceshrimp.Frontend/Layout/WidgetPanel.razor.css

7 lines
No EOL
113 B
CSS

.widget-panel{
display: flex;
max-width: 20rem;
min-width: 20rem;
position: sticky;
top: 0;
}