0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-24 23:49:45 -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 {
@extend .new-scrollbar;
--layer-indentation-size: calc($s-4 * 6);
--layer-indentation-size: calc(#{$s-4} * 6);
width: 100vw;
height: 100vh;
max-height: 100vh;