Merge pull request #4834 from penpot/ladybenko-fix-layer-width

🐛 Fix layer width on the left sidebar
This commit is contained in:
Andrey Antukh 2024-07-02 15:37:22 +02:00 committed by GitHub
commit dab88404c0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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;