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