blob: 7e09bcf079c6d539c1d4c3be5e5997bf719ee916 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
@import url(firefox-csshacks/chrome/navbar_tabs_oneliner.css);
@import url(firefox-csshacks/chrome/urlbar_popup_full_width.css);
/* on my laptop with linux, if only has more tool >> button and application menu hambugger button,
need at least 733px for search bookmarks urls and title shown in one line */
#navigator-toolbox { --uc-navigationbar-width: 733px !important; }
/* hide history back and forward-button */
#back-button, #forward-button { display: none !important; }
/* hide minimize, restore, and close button when in full screen mode */
#minimize-button, #restore-button, #close-button { display: none !important; }
|