mirror of
https://github.com/zadam/trilium.git
synced 2025-11-29 03:54:24 +01:00
style(mobile/context_menu): clean up border radiuses
This commit is contained in:
parent
781215394e
commit
a7ad45635e
@ -316,7 +316,7 @@ body.mobile .dropdown-menu {
|
||||
--hover-item-background-color: var(--card-background-color);
|
||||
font-size: 1em !important;
|
||||
backdrop-filter: var(--dropdown-backdrop-filter);
|
||||
border-radius: var(--dropdown-border-radius);
|
||||
border-radius: var(--dropdown-border-radius) var(--dropdown-border-radius) 0 0;
|
||||
position: relative;
|
||||
|
||||
.dropdown-toggle::after {
|
||||
@ -374,6 +374,7 @@ body.mobile .dropdown-menu {
|
||||
|
||||
.dropdown-menu {
|
||||
--menu-background-color: rgba(0, 0, 0, 0.15);
|
||||
border-radius: 0;
|
||||
|
||||
.dropdown-item {
|
||||
background: transparent;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user