0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-10 08:50:57 -05:00

🐛 Fix toggle collapse layer icon

This commit is contained in:
Eva 2023-02-28 12:56:46 +01:00 committed by Alonso Torres
parent b73b40b23c
commit c6d1f80af2

View file

@ -12,6 +12,13 @@
padding: $size-1 $size-2;
transition: none;
width: 100%;
.toggle-content {
svg {
display: flex;
height: 13px;
width: 13px;
}
}
.icon {
position: relative;