Skip to content

Commit 9efe7a9

Browse files
authored
_tauos.scss - Improve view-title // Improve drag handle targetting on BottomSheet
1 parent 6cf9012 commit 9efe7a9

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Helium/gtk-4.0/_tauos.scss

+7-7
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
}
1616

1717
.view-title {
18-
font-size: 18pt;
19-
line-height: 20pt;
18+
font-size: 24pt;
19+
line-height: 22pt;
2020
letter-spacing: 0.15px;
2121
font-feature-settings: "ss02", "ss04", "ss05", "ss08";
2222
}
@@ -1938,14 +1938,14 @@ button.image-button.disclosure-button {
19381938
}
19391939

19401940
.drag-handle-container {
1941-
min-height: 20pt;
1941+
min-height: px-to-rem(48px);
19421942
}
19431943

19441944
.drag-handle {
19451945
margin: 0;
19461946
padding: 0;
1947-
min-width: px-to-rem(32px);
1948-
min-height: px-to-rem(4px);
1947+
min-width: px-to-rem(64px);
1948+
min-height: px-to-rem(8px);
19491949
background: gtkalpha($outline, 0.4);
19501950
}
19511951

@@ -1982,8 +1982,8 @@ button.image-button.disclosure-button {
19821982
font-weight: 400;
19831983
.day {
19841984
font-weight: 600;
1985-
border-radius: px-to-rem(999px);
1986-
background: $accent_bg_color;
1985+
border-radius: px-to-rem(999px);
1986+
background: $accent_bg_color;
19871987
color: $accent_fg_color;
19881988
}
19891989
}

0 commit comments

Comments
 (0)