mirror of
https://github.com/penpot/penpot.git
synced 2025-02-08 08:09:14 -05:00
🐛 Fix intentation and ellipsis in the left sidebar when inspector is activated in viewer mode
This commit is contained in:
parent
d89dfc5e30
commit
ae435f67a5
3 changed files with 1 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue