Last active
January 9, 2026 11:06
-
-
Save ridwanyinus/771a9212ea8978154add7d6885cc7d05 to your computer and use it in GitHub Desktop.
zen browser live editing css
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* @import "Nebula/Nebula.css"; | |
| @import "Nebula/Nebula-content.css"; */ | |
| @import 'lacuna/lacuna.css'; | |
| #reload-button { | |
| display: none; | |
| } | |
| #stop-reload-button { | |
| display: none; | |
| } | |
| .titlebar-close { | |
| display: none; | |
| } | |
| /*#zen-toggle-compact-mode{ | |
| display: none | |
| } | |
| #back-button{ | |
| display: none | |
| } | |
| #forward-button{ | |
| display: none | |
| } | |
| #customizableui-special-spring1{ | |
| display: none | |
| } | |
| #urlbar{ | |
| width: 60% !important; | |
| margin-inline: 8px; | |
| } | |
| :root[zen-compact-mode="true"]:not([customizing]):not([inDOMFullscreen="true"]) { | |
| @media -moz-pref("zen.view.compact.hide-tabbar") or -moz-pref("zen.view.use-single-toolbar") { | |
| &:not([zen-compact-animating]) { | |
| & #navigator-toolbox:is([zen-has-hover], [zen-user-show], [zen-has-empty-tab], [flash-popup], [has-popup-menu], [movingtab], [zen-compact-mode-active]), &[zen-renaming-tab="true"] #navigator-toolbox { | |
| &:not([animate="true"]) { | |
| :root:not([supress-primary-adjustment="true"]) & { | |
| & #titlebar { | |
| margin: 8px; | |
| } | |
| } | |
| } | |
| } | |
| } | |
| } | |
| } | |
| .tab-label { | |
| line-height: var(--tab-label-line-height); | |
| font-size: 0.9rem; | |
| }*/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment