web: mobile improvements
- all buttons now reflect that they're pressed or hovered - settings feel way better on mobile - settings header has been completely remade
This commit is contained in:
@@ -30,6 +30,18 @@
|
||||
#settings-section-categories {
|
||||
background: var(--button);
|
||||
border-radius: var(--border-radius);
|
||||
box-shadow: var(--button-box-shadow);
|
||||
}
|
||||
|
||||
#settings-section-categories > :global(:not(.settings-tab:last-child)) {
|
||||
border-bottom-left-radius: 0;
|
||||
border-bottom-right-radius: 0;
|
||||
box-shadow: 0 3px 0px -1.2px var(--button-stroke);
|
||||
}
|
||||
|
||||
#settings-section-categories > :global(:not(.settings-tab:first-child)) {
|
||||
border-top-left-radius: 0;
|
||||
border-top-right-radius: 0;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user