Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* SPACE BETWEEN URLS */
- .urlbarView-row:not([type="tip"],
- [type="dynamic"]) {
- min-height: 10px !important;
- height: 10px !important;
- }
- /* BACK/FORWARD */
- #back-button, #forward-button { display:none!important; }
- /* WIDTH tab */
- .tabbrowser-tab[fadein]:not([pinned]) { max-width: 70px !important; }
- /* to hide URL */
- .urlbarView-url{display: none !important; }
- /*Hide Tags and Bookmark Shortcuts*/
- #detailsPane
- :is(.editBMPanel_tagsRow, #editBMPanel_tagsField, #editBMPanel_tagsSelectorExpander, #tags-field-info,
- .editBMPanel_keywordRow, #editBMPanel_keywordField, #keyword-field-info) {
- display:none !important;
- }
- #detailsPane{
- min-height:1em !important;
- }
- /* Optional: hide close/minimize/maximize buttons */
- html#main-window body toolbox#navigator-toolbox.browser-toolbox-background toolbar#TabsToolbar.browser-toolbar.browser-titlebar hbox.titlebar-buttonbox-container {
- display: none !important;
- }
- @media (min-width: 1001px) {
- #navigator-toolbox {
- display: flex !important;
- flex-direction: row !important;
- flex-wrap: wrap !important;
- }
- /*tab left side*/
- #PersonalToolbar {
- order: 3 !important;
- width: 100% !important;
- padding: 4px !important;
- }
- }
- /*url bar right/
- #toolbar-menubar {
- display: none !important;
- }
Advertisement
Add Comment
Please, Sign In to add comment