Skip to content

Commit 29a1856

Browse files
committed
Vertical drag handle styling
1 parent d4abfd1 commit 29a1856

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

Helium/gtk-4.0/_tauos.scss

+12
Original file line numberDiff line numberDiff line change
@@ -1910,6 +1910,10 @@ $colors: (
19101910
min-height: px-to-rem(48px);
19111911
}
19121912

1913+
.drag-handle-container.vertical {
1914+
min-width: px-to-rem(24px);
1915+
}
1916+
19131917
.drag-handle {
19141918
margin: 9px;
19151919
padding: 0;
@@ -1918,6 +1922,14 @@ $colors: (
19181922
background: gtkalpha($outline, 0.4);
19191923
}
19201924

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+
19211933
.dialog-sheet {
19221934
background: bg-color(-2);
19231935
padding: px-to-rem(24px);

0 commit comments

Comments
 (0)