mirror of
https://github.com/ankitects/anki.git
synced 2025-11-14 16:47:12 -05:00
Use min-{width,height} for legacy buttons
This commit is contained in:
parent
52db2a2585
commit
5f6bc19389
1 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
.linkb {
|
||||
display: inline-block;
|
||||
width: calc(var(--toolbar-size) - 2px);
|
||||
height: calc(var(--toolbar-size) - 2px);
|
||||
min-width: calc(var(--toolbar-size) - 2px);
|
||||
min-height: calc(var(--toolbar-size) - 2px);
|
||||
|
||||
background-color: white;
|
||||
border: 1px solid var(--medium-border);
|
||||
|
|
|
|||
Loading…
Reference in a new issue