mirror of
https://github.com/penpot/penpot.git
synced 2025-12-11 22:14:05 +01:00
🐛 Fix intentation and ellipsis in the left sidebar when inspector is activated in viewer mode
This commit is contained in:
@@ -8,7 +8,6 @@
|
||||
|
||||
.workspace {
|
||||
@extend .new-scrollbar;
|
||||
--layer-indentation-size: calc(#{$s-4} * 6);
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
max-height: 100vh;
|
||||
|
||||
@@ -55,7 +55,6 @@ $assets-button-width: $s-28;
|
||||
@include bodySmallTypography;
|
||||
@include removeInputStyle;
|
||||
flex-grow: 1;
|
||||
max-width: calc(var(--parent-size) - (var(--depth) * var(--layer-indentation-size)));
|
||||
margin: 0;
|
||||
color: var(--layer-row-foreground-color);
|
||||
}
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
@import "refactor/common-refactor.scss";
|
||||
|
||||
.layer-row {
|
||||
--layer-indentation-size: calc(#{$s-4} * 6);
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
|
||||
Reference in New Issue
Block a user