Skip to content

Instantly share code, notes, and snippets.

@ridwanyinus
Last active January 9, 2026 11:06
Show Gist options
  • Select an option

  • Save ridwanyinus/771a9212ea8978154add7d6885cc7d05 to your computer and use it in GitHub Desktop.

Select an option

Save ridwanyinus/771a9212ea8978154add7d6885cc7d05 to your computer and use it in GitHub Desktop.
zen browser live editing css
/* @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