Added the ability to configure the inner content border multiplier of bar buttons. (#462)

This commit is contained in:
Jas Singh
2024-11-08 20:00:45 -08:00
committed by GitHub
parent bc96dff485
commit 2e64f7738f
11 changed files with 43 additions and 34 deletions

View File

@@ -175,6 +175,7 @@ const options = mkOptions(OPTIONS, {
padding_y: opt('0.2rem'),
y_margins: opt('0.4em'),
radius: opt('0.3em'),
innerRadiusMultiplier: opt('0.4'),
opacity: opt(100),
background_opacity: opt(100),
background_hover_opacity: opt(100),