From 9a76e6b00e28e398e8863505149e73c5371ea5b0 Mon Sep 17 00:00:00 2001 From: qbism Date: Mon, 20 Feb 2023 01:41:00 -0500 Subject: [PATCH] font and flex tweaks --- src/App.scss | 2 ++ .../account_actions/account_actions.vue | 6 ++-- .../domain_mute_card/domain_mute_card.vue | 4 +-- .../extra_buttons/extra_buttons.vue | 4 +-- .../tabs/reports_tab/report_card.vue | 4 +-- .../moderation_tools/moderation_tools.vue | 8 ++--- .../notifications/notification_filters.vue | 4 +-- src/components/react_button/react_button.vue | 4 +-- src/components/rich_content/rich_content.scss | 9 +++--- .../selectable_list/selectable_list.vue | 4 +-- .../helpers/modified_indicator.vue | 4 +-- .../helpers/server_side_indicator.vue | 4 +-- .../tabs/mutes_and_blocks_tab.vue | 28 +++++++++--------- src/components/status/status.scss | 1 + .../status_popover/status_popover.vue | 4 +-- .../timeline/timeline_quick_settings.vue | 4 +-- .../timeline_menu/timeline_menu.vue | 4 +-- .../user_list_popover/user_list_popover.vue | 4 +-- .../user_reporting_modal.vue | 2 +- static/custom.css | 2 +- static/terms-of-service.html | 8 +++++ threevis-fe-dev.zip | Bin 4022945 -> 4023059 bytes 22 files changed, 63 insertions(+), 51 deletions(-) diff --git a/src/App.scss b/src/App.scss index 38574cab..96b322be 100644 --- a/src/App.scss +++ b/src/App.scss @@ -455,6 +455,7 @@ textarea, background: none; box-shadow: none; height: unset; + font-size: 1.1em; } --_padding: 0.5em; @@ -583,6 +584,7 @@ textarea, textarea { padding: var(--_padding); line-height: var(--post-line-height); + font-size: 1.1em; } option { diff --git a/src/components/account_actions/account_actions.vue b/src/components/account_actions/account_actions.vue index 126f6fa9..656fe802 100644 --- a/src/components/account_actions/account_actions.vue +++ b/src/components/account_actions/account_actions.vue @@ -6,7 +6,7 @@ :bound-to="{ x: 'container' }" remove-padding > -