Skip to content

Commit 5fb91f1

Browse files
Feat: Update src/assets/action.scss
Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de> Signed-off-by: Marco <marcoambrosini@proton.me>
1 parent 5f2caa5 commit 5fb91f1

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/assets/action.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,7 @@
8383
max-width: 220px;
8484
line-height: 1.6em;
8585

86-
// 14px are currently 1em line-height. Mixing units as '34px - 1.6em' does not work.
87-
padding: #{math.div($clickable-area - 1.6 * 14px, 2)} 0;
86+
padding: calc((var(--default-clickable-area) - 1.6em) / 2) 0;
8887

8988
cursor: pointer;
9089
text-align: left;

0 commit comments

Comments
 (0)