0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-24 07:29:08 -05:00

Merge pull request #4973 from penpot/ladybenko-8255-focus-mode

🐛 Fix layer sidebar in focus mode for long names
This commit is contained in:
Eva Marco 2024-08-13 10:34:41 +02:00 committed by GitHub
commit 215f6fc0ab
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -91,6 +91,7 @@
@include buttonStyle;
display: grid;
grid-template-columns: auto 1fr auto;
align-items: center;
width: 100%;
padding: 0;
}
@ -108,10 +109,8 @@
}
.focus-name {
@include textEllipsis;
@include bodySmallTypography;
display: flex;
align-items: center;
height: 100%;
padding-left: $s-4;
color: var(--title-foreground-color);
}