From 59a05081c5ab6250a51b58a44c6b11245c7c79c4 Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Sun, 8 Apr 2018 03:43:07 +0300 Subject: some styles fixes --- src/components/style_switcher/style_switcher.vue | 15 +++++++-------- src/components/timeline/timeline.vue | 2 ++ src/components/user_finder/user_finder.vue | 4 ++-- 3 files changed, 11 insertions(+), 10 deletions(-) (limited to 'src/components') diff --git a/src/components/style_switcher/style_switcher.vue b/src/components/style_switcher/style_switcher.vue index ef4a21bd..9c39b245 100644 --- a/src/components/style_switcher/style_switcher.vue +++ b/src/components/style_switcher/style_switcher.vue @@ -55,32 +55,32 @@

{{$t('settings.radii_help')}}

- +
- +
- +
- +
- +
- +
@@ -166,6 +166,7 @@ box-shadow: none; background: transparent; color: var(--faint, $fallback--faint); + align-self: stretch; } .theme-color-cl, @@ -175,7 +176,6 @@ } .theme-color-in { - padding: 5px; min-width: 4em; } @@ -206,7 +206,6 @@ .theme-color-cl { padding: 1px; max-width: 8em; - align-self: stretch; height: 100%; flex: 0; min-width: 2em; diff --git a/src/components/timeline/timeline.vue b/src/components/timeline/timeline.vue index 68439681..4d2230cb 100644 --- a/src/components/timeline/timeline.vue +++ b/src/components/timeline/timeline.vue @@ -101,5 +101,7 @@ border-color: var(--border, $fallback--border); padding: 10px; z-index: 1; + background-color: $fallback--btn; + background-color: var(--btn, $fallback--btn); } diff --git a/src/components/user_finder/user_finder.vue b/src/components/user_finder/user_finder.vue index 22d4bd77..69bd1d21 100644 --- a/src/components/user_finder/user_finder.vue +++ b/src/components/user_finder/user_finder.vue @@ -19,13 +19,13 @@ @import '../../_variables.scss'; .user-finder-container { - height: 21px; + height: 29px; max-width: 100%; } .user-finder-input { max-width: 80%; - padding: 0.1em 0.2em 0.2em 0.2em; + vertical-align: middle; } -- cgit v1.2.3-70-g09d2