0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-10 00:58:26 -05:00

Merge pull request #3835 from penpot/alotor-hotfix-grid-layout

Grid environment fixes
This commit is contained in:
Eva Marco 2023-11-22 15:56:54 +01:00 committed by GitHub
commit 9f08e3b9e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View file

@ -201,6 +201,7 @@
img,
svg {
object-fit: contain;
max-height: $s-40;
}
}
}

View file

@ -66,8 +66,8 @@
:id "left-sidebar-aside"
:data-size size
:class (stl/css-case new-css-system
:global/settings-bar true
:global/settings-bar-left true
:global/settings-bar (not new-css-system)
:global/settings-bar-left (not new-css-system)
:left-settings-bar true
:global/two-row (<= size 300)
:global/three-row (and (> size 300) (<= size 400))