minor fix

This commit is contained in:
bniwredyc 2023-05-07 16:21:35 +02:00
parent 35271ea152
commit 1679c8289d

View File

@ -7,7 +7,7 @@
justify-content: flex-start; justify-content: flex-start;
height: 100%; height: 100%;
line-height: 1.4; line-height: 1.4;
padding: $grid-gutter-width $grid-gutter-width / 2; padding: $grid-gutter-width calc($grid-gutter-width / 2);
position: fixed; position: fixed;
transition: transform 0.3s; transition: transform 0.3s;
right: 0; right: 0;
@ -20,7 +20,7 @@
} }
.actionsHolder { .actionsHolder {
padding: 0 $grid-gutter-width / 2; padding: 0 calc($grid-gutter-width / 2);
&.scrolled { &.scrolled {
overflow-y: auto; overflow-y: auto;