Tune content hider sizing on web desktop

This commit is contained in:
Paul Frazee
2024-03-13 13:05:19 -07:00
parent 6d0ac69a23
commit 2cbf77b55a
+3 -1
View File
@@ -79,7 +79,7 @@ export function ContentHider({
a.gap_xs, a.gap_xs,
a.rounded_sm, a.rounded_sm,
t.atoms.bg_contrast_25, t.atoms.bg_contrast_25,
gtMobile && [a.gap_sm], gtMobile && [a.gap_sm, a.py_lg, a.mt_xs, a.px_xl],
(state.hovered || state.pressed) && t.atoms.bg_contrast_50, (state.hovered || state.pressed) && t.atoms.bg_contrast_50,
]}> ]}>
<desc.icon <desc.icon
@@ -93,6 +93,7 @@ export function ContentHider({
a.text_left, a.text_left,
a.font_bold, a.font_bold,
a.leading_snug, a.leading_snug,
gtMobile && [a.font_semibold],
t.atoms.text_contrast_medium, t.atoms.text_contrast_medium,
web({ web({
marginBottom: 1, marginBottom: 1,
@@ -105,6 +106,7 @@ export function ContentHider({
style={[ style={[
a.font_bold, a.font_bold,
a.leading_snug, a.leading_snug,
gtMobile && [a.font_semibold],
t.atoms.text_contrast_high, t.atoms.text_contrast_high,
web({ web({
marginBottom: 1, marginBottom: 1,