mirror of
https://github.com/ankitects/anki.git
synced 2026-01-07 02:53:54 -05:00
Style: More menu shortcuts
This commit is contained in:
parent
c79c3bbd87
commit
b59495d0e3
1 changed files with 2 additions and 2 deletions
|
|
@ -19,6 +19,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
|||
padding: 0.5em;
|
||||
cursor: pointer;
|
||||
line-height: normal;
|
||||
gap: 0.5em;
|
||||
|
||||
&:hover {
|
||||
background: var(--highlight-bg);
|
||||
|
|
@ -26,8 +27,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
|||
}
|
||||
|
||||
span {
|
||||
min-width: 5em;
|
||||
text-align: right;
|
||||
min-width: 6em;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Reference in a new issue