mirror of https://github.com/gorhill/uBlock.git
Make button font size derive from CSS variable font-size
This commit is contained in:
parent
7dfadc1b00
commit
3e85e51dd2
|
@ -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 New Issue