Skip to content

Commit 8f8081c

Browse files
committed
Less space-consuming BottomSheet
1 parent 8e95f49 commit 8f8081c

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

Helium/gtk-4.0/_tauos.scss

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1915,10 +1915,23 @@ button.image-button.disclosure-button {
19151915
.bottom-sheet {
19161916
background: bg-color(-2);
19171917
border-radius: px-to-rem(24px) px-to-rem(24px) 0 0;
1918-
padding: px-to-rem(24px);
1918+
padding: px-to-rem(6px) px-to-rem(18px) px-to-rem(18px);
1919+
}
1920+
1921+
.bottom-sheet .circular {
1922+
padding: 0;
1923+
margin: 0;
1924+
min-height: 34px;
1925+
min-width: 34px;
1926+
}
1927+
1928+
.drag-handle-container {
1929+
min-height: 20pt;
19191930
}
19201931

19211932
.drag-handle {
1933+
margin: 0;
1934+
padding: 0;
19221935
min-width: px-to-rem(32px);
19231936
min-height: px-to-rem(4px);
19241937
background: gtkalpha($outline, 0.4);
@@ -1930,6 +1943,13 @@ button.image-button.disclosure-button {
19301943
border-radius: px-to-rem(24px);
19311944
}
19321945

1946+
.dialog-sheet .circular {
1947+
padding: 0;
1948+
margin: 0;
1949+
min-height: 34px;
1950+
min-width: 34px;
1951+
}
1952+
19331953
.dimming {
19341954
background: gtkalpha($scrim, 0.32);
19351955
}

0 commit comments

Comments
 (0)