Advertisement
Guest User

YouTube - Slim Menubar

a guest
May 13th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.56 KB | None | 0 0
  1.  
  2. @namespace url(http://www.w3.org/1999/xhtml);
  3.  
  4. @-moz-document domain("youtube.com")
  5. {
  6.   #container.style-scope.ytd-masthead
  7.   {
  8.     height: 24px !important;
  9.   }
  10.  
  11.   yt-icon-button.ytd-masthead
  12.   {
  13.     width: 24px !important;
  14.     height: 24px !important;
  15.     padding: 0 !important;
  16.   }
  17.  
  18.   ytd-searchbox[mode="legacy"],
  19.   #container.ytd-searchbox,
  20.   ytd-searchbox[mode="legacy-centered"],
  21.   #container.ytd-searchbox
  22.   {
  23.     padding: 0 !important;
  24.   }
  25.  
  26.   ytd-searchbox input
  27.   {
  28.     line-height: 16px !important;
  29.   }
  30. }
  31.  
  32. /* [EOF] */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement