mirror of
https://github.com/ankitects/anki.git
synced 2025-11-10 14:47:12 -05:00
Base width/height off on --toolbar-size for legacy buttons
This commit is contained in:
parent
f4defc2e81
commit
cfc9fa359d
1 changed files with 6 additions and 5 deletions
|
|
@ -11,9 +11,10 @@
|
||||||
border-top-right-radius: var(--border-right-radius) !important;
|
border-top-right-radius: var(--border-right-radius) !important;
|
||||||
border-bottom-right-radius: var(--border-right-radius) !important;
|
border-bottom-right-radius: var(--border-right-radius) !important;
|
||||||
|
|
||||||
min-width: 28px;
|
min-width: calc(var(--toolbar-size) - 2px);
|
||||||
|
min-height: calc(var(--toolbar-size) - 2px);
|
||||||
margin-left: -1px;
|
margin-left: -1px;
|
||||||
padding: 3.5px !important;
|
padding: 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.linkb:hover,
|
.linkb:hover,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue