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
Showing only changes of commit 1e86c52302 - Show all commits

View File

@ -59,20 +59,20 @@
.modal-content .modal-content
background-color: var(--color-bg-secondary) background-color: var(--color-bg-secondary)
height: 100%
+media-md +media-md
flex-direction: row flex-direction: row
height: 100%
.modal-dialog .modal-dialog
border-radius: var(--border-radius-lg) border-radius: var(--border-radius-lg)
height: 100vh height: 100vh
+margin(0, y) +margin(0)
+padding(4, top)
max-width: 100% max-width: 100%
+media-md +media-md
height: 100vh height: 100vh
+margin(auto, x)
max-width: calc(100% - (5.6rem * 2 + var(--spacer-4) * 4) max-width: calc(100% - (5.6rem * 2 + var(--spacer-4) * 4)
+padding(4, y) +padding(4, y)
@ -120,9 +120,10 @@
position: absolute position: absolute
&.modal-close &.modal-close
right: var(--spacer-4) right: 0
+media-md +media-md
right: var(--spacer-4)
top: var(--spacer-4) top: var(--spacer-4)
&.next &.next