mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Make button font size derive from CSS variable font-size
This commit is contained in:
parent
7dfadc1b00
commit
3e85e51dd2
1 changed files with 1 additions and 1 deletions
|
|
@ -85,7 +85,7 @@ button {
|
|||
color: var(--button-ink);
|
||||
display: inline-flex;
|
||||
fill: var(--button-ink);
|
||||
font-size: var(--font-size);
|
||||
font-size: max(calc(var(--font-size) * 0.875), 14px);
|
||||
justify-content: center;
|
||||
min-height: 36px;
|
||||
padding: 0 var(--font-size);
|
||||
|
|
|
|||
Loading…
Reference in a new issue