mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
Remove 0.8 scale factor for dropdown item font-size
This commit is contained in:
parent
77bfc854ba
commit
baf1deb4e5
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
|||
justify-content: start;
|
||||
width: 100%;
|
||||
|
||||
font-size: var(--dropdown-font-size, calc(0.8 * var(--base-font-size)));
|
||||
font-size: var(--dropdown-font-size, var(--base-font-size));
|
||||
|
||||
background: none;
|
||||
box-shadow: none !important;
|
||||
|
|
Loading…
Reference in a new issue