aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/header/header.component.scss
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/header/header.component.scss')
-rw-r--r--client/src/app/header/header.component.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/client/src/app/header/header.component.scss b/client/src/app/header/header.component.scss
index 6ce92fc22..8251ec1b5 100644
--- a/client/src/app/header/header.component.scss
+++ b/client/src/app/header/header.component.scss
@@ -3,6 +3,7 @@
3 3
4#search-video { 4#search-video {
5 @include peertube-input-text($search-input-width); 5 @include peertube-input-text($search-input-width);
6 padding-left: 10px;
6 margin-right: 15px; 7 margin-right: 15px;
7 padding-right: 40px; // For the search icon 8 padding-right: 40px; // For the search icon
8 9
@@ -10,6 +11,10 @@
10 color: #000; 11 color: #000;
11 } 12 }
12 13
14 &:focus::placeholder {
15 opacity: 0 !important;
16 }
17
13 @media screen and (max-width: 800px) { 18 @media screen and (max-width: 800px) {
14 width: calc(100% - 150px); 19 width: calc(100% - 150px);
15 } 20 }