From 27bc95867442c772841fb183a625bbda61dede51 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 7 Jun 2021 17:38:31 +0200 Subject: Bidi support --- client/src/app/header/search-typeahead.component.scss | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'client/src/app/header/search-typeahead.component.scss') diff --git a/client/src/app/header/search-typeahead.component.scss b/client/src/app/header/search-typeahead.component.scss index 3e0350ba0..ed7f3bd65 100644 --- a/client/src/app/header/search-typeahead.component.scss +++ b/client/src/app/header/search-typeahead.component.scss @@ -6,8 +6,9 @@ #search-video { @include peertube-input-text($search-input-width); - padding-left: 10px; - padding-right: 40px; // For the search icon + @include padding-left(10px); + @include padding-right(40px); // For the search icon + font-size: 14px; &::placeholder { @@ -17,11 +18,12 @@ .icon-search { @include icon(25px); + @include margin-left(-35px); + height: 18px; // yolo position: absolute; - margin-left: -35px; margin-top: 3.5px; right: 10px; } @@ -65,8 +67,9 @@ li.suggestion { margin-bottom: .5rem; em { + @include margin-right(0.2rem); + font-weight: 600; - margin-right: 0.2rem; font-style: normal; } } @@ -81,7 +84,7 @@ li.suggestion { } @media screen and (min-width: $mobile-view) { - margin-left: 10px; + @include margin-left(10px); } @media screen and (max-width: $small-view) { -- cgit v1.2.3