0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-26 00:19:07 -05:00

🐛 Fix layer width on the left sidebar

This commit is contained in:
Belén Albeza 2024-07-02 15:18:27 +02:00
parent 62cea62356
commit 769655f565

View file

@ -8,7 +8,7 @@
.workspace { .workspace {
@extend .new-scrollbar; @extend .new-scrollbar;
--layer-indentation-size: calc($s-4 * 6); --layer-indentation-size: calc(#{$s-4} * 6);
width: 100vw; width: 100vw;
height: 100vh; height: 100vh;
max-height: 100vh; max-height: 100vh;