mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-09-06 07:32:17 +08:00
style(next): fix regression on desktop
This commit is contained in:
parent
3ea26a46c5
commit
6112a65fe5
@ -887,12 +887,12 @@ body.layout-horizontal .tab-row-widget .note-tab .note-tab-wrapper {
|
|||||||
border-radius: var(--dropdown-border-radius);
|
border-radius: var(--dropdown-border-radius);
|
||||||
padding: var(--menu-padding-size) !important;
|
padding: var(--menu-padding-size) !important;
|
||||||
font-size: .90rem !important;
|
font-size: .90rem !important;
|
||||||
position: relative;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
body.mobile .dropdown-menu {
|
body.mobile .dropdown-menu {
|
||||||
backdrop-filter: var(--dropdown-backdrop-filter);
|
backdrop-filter: var(--dropdown-backdrop-filter);
|
||||||
border-radius: var(--dropdown-border-radius);
|
border-radius: var(--dropdown-border-radius);
|
||||||
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
body.mobile .dropdown-menu .dropdown-menu {
|
body.mobile .dropdown-menu .dropdown-menu {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user