Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #TabsToolbar
- {
- visibility: collapse;
- }
- /* sidebar */
- #sidebar-header {
- font-size: 1.333em;
- padding: 3px !important;
- border-bottom: 1px solid var(--sidebar-border-color);
- }
- /* title bar -> buttons */
- /* nav-bar */
- /* nav-bar -> space (between sideberry and macos window buttons) */
- .titlebar-spacer[type="pre-tabs"], .titlebar-spacer[type="post-tabs"] {
- display:none;
- }
- /* nav-bar -> flexible space*/
- #customizableui-special-spring18 {
- margin-left: auto;
- }
- /* nav-bar -> urlbar */
- #urlbar-container { max-width: 800px !important; }
- #urlbar-background {
- display: block;
- position: absolute;
- inset: 0;
- }
- #urlbar-input {
- padding-left: 5px !important;
- }
- /* nav-bar -> url bar -> buttons */
- #star-button-box {
- display: none;
- }
- #picture-in-picture-button {
- display: none;
- }
- #identity-box {
- display: none;
- }
- #tracking-protection-icon {
- margin-inline-start: 0;
- display: none;
- }
- #tracking-protection-icon-container {
- padding-inline: var(--urlbar-icon-padding);
- border-radius: var(--urlbar-icon-border-radius);
- position: relative;
- display: none;
- }
- /* nav-bar -> url bar -> identity box */
- #identity-permission-box {
- display: none;
- }
- .blocked-permission-icon.autoplay-media-icon {
- display: none;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement