mirror of
https://github.com/ankitects/anki.git
synced 2025-09-23 08:22:24 -04:00
Adjust size of legacy buttons
This commit is contained in:
parent
ee23d3781d
commit
fb888fe1db
1 changed files with 2 additions and 1 deletions
|
@ -12,8 +12,9 @@
|
||||||
border-bottom-right-radius: var(--border-right-radius) !important;
|
border-bottom-right-radius: var(--border-right-radius) !important;
|
||||||
|
|
||||||
min-width: 28px;
|
min-width: 28px;
|
||||||
|
min-height: 28px;
|
||||||
margin-left: -1px;
|
margin-left: -1px;
|
||||||
padding: 3.5px !important;
|
padding: 0px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.linkb:hover,
|
.linkb:hover,
|
||||||
|
|
Loading…
Reference in a new issue