]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/header/search-typeahead.component.scss
We don't need services anymore for validators
[github/Chocobozzz/PeerTube.git] / client / src / app / header / search-typeahead.component.scss
index 920aa61ae4b6ca9d3d204f9282508a7d395a1a91..87e8b8c70633057c657b7b55bd587f74f7df22f6 100644 (file)
 
 .icon.icon-search {
   @include icon(25px);
-  height: 21px;
-
-  background-color: pvar(--mainForegroundColor);
-  mask: url('../../assets/images/header/search.svg') no-repeat 50% 50%;
+  height: 18px;
 
   // yolo
   position: absolute;
   margin-left: -35px;
-  margin-top: 5px;
+  margin-top: 3.5px;
+  right: 10px;
 }
 
 .jump-to-suggestions {