mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-10-24 00:08:02 +08:00
style(next): fix the submenu arrows overlapping the keyboard shortcuts
This commit is contained in:
parent
3ae48bba00
commit
62b5bbc9ce
@ -1060,7 +1060,7 @@ body.desktop .dropdown-submenu .dropdown-menu {
|
|||||||
.dropdown-item,
|
.dropdown-item,
|
||||||
body.mobile .dropdown-submenu .dropdown-toggle {
|
body.mobile .dropdown-submenu .dropdown-toggle {
|
||||||
padding: 2px 2px 2px 8px !important;
|
padding: 2px 2px 2px 8px !important;
|
||||||
padding-inline-end: 16px;
|
padding-inline-end: 16px !important;
|
||||||
/* Note: the right padding should also accommodate the submenu arrow. */
|
/* Note: the right padding should also accommodate the submenu arrow. */
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
cursor: default !important;
|
cursor: default !important;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user