Blender Studio pull request - Version 2.2.0 update #104394

Merged
Márton Lente merged 64 commits from ui/v2.2.0 into main 2024-04-08 16:32:44 +02:00
1 changed files with 13 additions and 0 deletions
Showing only changes of commit 5798b1b185 - Show all commits

View File

@ -81,6 +81,8 @@ a.cards-item-content
// TODO: move to web-assets
.cards
--grid-gap-size: calc(var(--spacer) * 2)
+media-sm
&.cards-sm-1
--cards-items-per-row: 1
@ -121,8 +123,19 @@ a.cards-item-content
&.cards-lg-4
--cards-items-per-row: 4
.cards-item
display: flex
flex-direction: column
.cards-item-content
display: flex
flex-direction: column
flex-grow: 1
.cards-item-extra
display: flex
letter-spacing: .1em
min-height: calc(var(--spacer) * 2.5)
padding-top: 0
ul