We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4abfd1 commit 29a1856Copy full SHA for 29a1856
Helium/gtk-4.0/_tauos.scss
@@ -1910,6 +1910,10 @@ $colors: (
1910
min-height: px-to-rem(48px);
1911
}
1912
1913
+.drag-handle-container.vertical {
1914
+ min-width: px-to-rem(24px);
1915
+}
1916
+
1917
.drag-handle {
1918
margin: 9px;
1919
padding: 0;
@@ -1918,6 +1922,14 @@ $colors: (
1922
background: gtkalpha($outline, 0.4);
1923
1920
1924
1925
+.drag-handle.vertical {
1926
+ margin: 9px;
1927
+ padding: 0;
1928
+ min-width: px-to-rem(4px);
1929
+ min-height: px-to-rem(32px);
1930
+ background: gtkalpha($outline, 0.4);
1931
1932
1921
1933
.dialog-sheet {
1934
background: bg-color(-2);
1935
padding: px-to-rem(24px);
0 commit comments