[frontend/components] Clarify naming for WidgetPanel, update styling
This commit is contained in:
parent
9d203912e3
commit
382c4d6a20
2 changed files with 2 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
||||||
@using Iceshrimp.Frontend.Components
|
@using Iceshrimp.Frontend.Components
|
||||||
<div class="widget-panel">
|
<div class="widget-panel-elements">
|
||||||
<NotificationList/>
|
<NotificationList/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
@ -1,9 +1,8 @@
|
||||||
.widget-panel {
|
.widget-panel-elements {
|
||||||
display: flex;
|
display: flex;
|
||||||
max-width: 23rem;
|
max-width: 23rem;
|
||||||
min-width: 23rem;
|
min-width: 23rem;
|
||||||
position: sticky;
|
position: sticky;
|
||||||
top: 0;
|
top: 0;
|
||||||
max-height: 100vh;
|
max-height: 100vh;
|
||||||
border-left: 0.1rem var(--highlight-color) solid;
|
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue