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

8 lines
No EOL
146 B
CSS

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