X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fheader%2Fheader.component.scss;h=b602cf0a884c4e02d4fcdc526153b4dffb8adb22;hb=f409f0c3b91d85c66b4841d72ea65b5fbe1483d8;hp=cea415d9b229001eaeeb91da515d2179caa21a2a;hpb=88108880bbdba473cfe36ecbebc1c3c4f972e102;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/header/header.component.scss b/client/src/app/header/header.component.scss index cea415d9b..b602cf0a8 100644 --- a/client/src/app/header/header.component.scss +++ b/client/src/app/header/header.component.scss @@ -1,10 +1,13 @@ @import '_variables'; @import '_mixins'; +my-search-typeahead { + margin-right: 15px; +} + #search-video { @include peertube-input-text($search-input-width); padding-left: 10px; - margin-right: 15px; padding-right: 40px; // For the search icon font-size: 14px; @@ -12,10 +15,6 @@ color: var(--inputPlaceholderColor); } - &:focus::placeholder { - opacity: 0 !important; - } - @media screen and (max-width: 800px) { width: calc(100% - 150px); } @@ -34,7 +33,7 @@ // yolo position: absolute; - margin-left: -50px; + margin-left: -35px; margin-top: 5px; } @@ -43,6 +42,7 @@ @include orange-button; @include button-with-icon(22px, 3px, -1px); + color: var(--mainBackgroundColor) !important; margin-right: 25px; @media screen and (max-width: 800px) {