Guest User

Untitled

a guest
Aug 12th, 2025
20
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.33 KB | None | 0 0
  1. /* SPACE BETWEEN URLS */
  2. .urlbarView-row:not([type="tip"],
  3. [type="dynamic"]) {
  4.     min-height: 10px !important;
  5.     height: 10px !important;
  6. }
  7.  
  8. /* BACK/FORWARD */
  9. #back-button, #forward-button { display:none!important; }
  10.  
  11. /* WIDTH tab */
  12. .tabbrowser-tab[fadein]:not([pinned]) { max-width: 70px !important; }
  13.  
  14. /* to hide URL */
  15. .urlbarView-url{display: none !important; }
  16.  
  17. /*Hide Tags and Bookmark Shortcuts*/
  18. #detailsPane
  19.   :is(.editBMPanel_tagsRow, #editBMPanel_tagsField, #editBMPanel_tagsSelectorExpander, #tags-field-info,
  20.       .editBMPanel_keywordRow, #editBMPanel_keywordField, #keyword-field-info) {
  21.   display:none !important;
  22. }
  23.  
  24. #detailsPane{
  25.     min-height:1em !important;
  26. }
  27.  
  28.     /* Optional: hide close/minimize/maximize buttons */
  29. html#main-window body toolbox#navigator-toolbox.browser-toolbox-background toolbar#TabsToolbar.browser-toolbar.browser-titlebar hbox.titlebar-buttonbox-container {
  30.     display: none !important;
  31. }
  32. @media (min-width: 1001px) {
  33.     #navigator-toolbox {
  34.         display: flex !important;
  35.         flex-direction: row !important;
  36.         flex-wrap: wrap !important;
  37.     }
  38.     /*tab left side*/
  39.     #PersonalToolbar {
  40.         order: 3 !important;
  41.         width: 100% !important;
  42.         padding: 4px !important;
  43.     }
  44. }
  45.  
  46.     /*url bar right/
  47. #toolbar-menubar {
  48.     display: none !important;
  49. }
  50.  
  51.  
Advertisement
Add Comment
Please, Sign In to add comment