spacepaste

  1.  
  2. /* Completely hide tabs */
  3. #TabsToolbar { visibility: collapse; }
  4. /* hide navigation bar when it is not focused; use Ctrl+L to get focus */
  5. #main-window:not([customizing]) #navigator-toolbox:not(:focus-within):not(:hover) {
  6. margin-top: -45px;
  7. }
  8. #navigator-toolbox {
  9. transition: 0.2s margin-top ease-out;
  10. }
  11.