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:
parent
62cea62356
commit
769655f565
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue