Skip to content

Commit f0ed568

Browse files
authored
_tauos.scss - Fix visual bug when BottomSheet becomes a Dialog
1 parent 9efe7a9 commit f0ed568

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Helium/gtk-4.0/_tauos.scss

+5-1
Original file line numberDiff line numberDiff line change
@@ -1951,8 +1951,12 @@ button.image-button.disclosure-button {
19511951

19521952
.dialog-sheet {
19531953
background: bg-color(-2);
1954-
padding: px-to-rem(24px);
1954+
padding: 0 px-to-rem(24px) px-to-rem(24px);
19551955
border-radius: px-to-rem(24px);
1956+
1957+
.drag-handle-container {
1958+
min-height: px-to-rem(24px);
1959+
}
19561960
}
19571961

19581962
.dialog-sheet .circular {

0 commit comments

Comments
 (0)