mirror of
https://github.com/ankitects/anki.git
synced 2026-01-09 03:53:55 -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;
|
padding: 0.5em;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
line-height: normal;
|
line-height: normal;
|
||||||
|
gap: 0.5em;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
background: var(--highlight-bg);
|
background: var(--highlight-bg);
|
||||||
|
|
@ -26,8 +27,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
||||||
}
|
}
|
||||||
|
|
||||||
span {
|
span {
|
||||||
min-width: 5em;
|
min-width: 6em;
|
||||||
text-align: right;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue