File tree Expand file tree Collapse file tree 1 file changed +21
-1
lines changed Expand file tree Collapse file tree 1 file changed +21
-1
lines changed Original file line number Diff line number Diff line change @@ -1915,10 +1915,23 @@ button.image-button.disclosure-button {
1915
1915
.bottom-sheet {
1916
1916
background : bg-color (-2 );
1917
1917
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 ;
1919
1930
}
1920
1931
1921
1932
.drag-handle {
1933
+ margin : 0 ;
1934
+ padding : 0 ;
1922
1935
min-width : px-to-rem (32px );
1923
1936
min-height : px-to-rem (4px );
1924
1937
background : gtkalpha ($outline , 0.4 );
@@ -1930,6 +1943,13 @@ button.image-button.disclosure-button {
1930
1943
border-radius : px-to-rem (24px );
1931
1944
}
1932
1945
1946
+ .dialog-sheet .circular {
1947
+ padding : 0 ;
1948
+ margin : 0 ;
1949
+ min-height : 34px ;
1950
+ min-width : 34px ;
1951
+ }
1952
+
1933
1953
.dimming {
1934
1954
background : gtkalpha ($scrim , 0.32 );
1935
1955
}
You can’t perform that action at this time.
0 commit comments