From 631b8b93a4a8dd548bae5ab9fa7bc4d6e892ae3f Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Wed, 20 Apr 2022 19:44:31 +0300 Subject: [PATCH] tons of fixes mainly aimed at panel headings --- src/App.scss | 6 +- .../account_actions/account_actions.vue | 4 - src/components/popover/popover.vue | 12 +- .../tabs/theme_tab/theme_tab.scss | 17 - src/components/timeline/timeline.js | 2 +- src/components/timeline/timeline.scss | 22 +- src/components/timeline/timeline.vue | 2 +- .../timeline/timeline_quick_settings.vue | 16 +- src/components/user_card/user_card.vue | 325 +----------------- src/components/user_profile/user_profile.vue | 18 - .../user_reporting_modal.vue | 11 - src/panel.scss | 73 ++-- 12 files changed, 71 insertions(+), 437 deletions(-) diff --git a/src/App.scss b/src/App.scss index 0ee1c610..bc792263 100644 --- a/src/App.scss +++ b/src/App.scss @@ -641,12 +641,10 @@ option { } .alert { - margin: 0.35em; - padding: 0.25em; + margin: 0 0.35em; + padding: 0 0.25em; border-radius: $fallback--tooltipRadius; border-radius: var(--tooltipRadius, $fallback--tooltipRadius); - min-height: 28px; - line-height: 28px; &.error { background-color: $fallback--alertError; diff --git a/src/components/account_actions/account_actions.vue b/src/components/account_actions/account_actions.vue index 1e31151c..c35d01af 100644 --- a/src/components/account_actions/account_actions.vue +++ b/src/components/account_actions/account_actions.vue @@ -74,10 +74,6 @@ diff --git a/src/components/user_card/user_card.vue b/src/components/user_card/user_card.vue index 43a660e1..67837845 100644 --- a/src/components/user_card/user_card.vue +++ b/src/components/user_card/user_card.vue @@ -284,327 +284,4 @@ - +