mirror of
https://github.com/penpot/penpot.git
synced 2026-04-27 12:18:32 +00:00
Merge pull request #4834 from penpot/ladybenko-fix-layer-width
🐛 Fix layer width on the left sidebar
This commit is contained in:
commit
dab88404c0
@ -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…
x
Reference in New Issue
Block a user