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
2 changed files with 5 additions and 4 deletions
Showing only changes of commit 3a3a06e544 - Show all commits

View File

@ -48,10 +48,6 @@
+margin(2, bottom)
+margin(2, top)
.comment-input-div,
.comment-send
height: calc(var(--spacer) * 2.5)
.comment-input-div
@extend .form-control

View File

@ -194,6 +194,11 @@ details
padding-right: var(--spacer-2) !important
/* Forms. */
input,
.form-control
height: auto
min-height: calc(var(--spacer) * 2.5)
.form-control
border: 0 // Make btn and input heights match in horizontal layouts
background-color: var(--color-bg-secondary)