Skip to content

Commit

Permalink
fix: changeable sidebar size
Browse files Browse the repository at this point in the history
  • Loading branch information
rainbowflesh committed Jul 19, 2023
1 parent 99aae9e commit cf79403
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 39 deletions.
3 changes: 2 additions & 1 deletion chrome/SideBarFox/autohide.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,12 @@
min-width: var(--sidebar-max-width) !important;
max-width: var(--sidebar-max-width) !important;
margin-right: calc((var(--sidebar-max-width) - var(--sidebar-min-width)) * -1) !important;
z-index: 1;
z-index: 2;
}

#sidebar-box[sidebarcommand="treestyletab_piro_sakura_ne_jp-sidebar-action"]:not(:hover) {
transition-delay: var(--sidebar-hide-delay) !important;
margin-right: 0 !important;
transition-property: margin-right;
z-index: 0;
}
35 changes: 0 additions & 35 deletions chrome/SideBarFox/lifesaver.css

This file was deleted.

3 changes: 0 additions & 3 deletions chrome/userChrome.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
/* import this if FF break tab hidden in some updates */
/* @import url("./SideBarFox/lifesaver.css"); */

@import url("./simpleMenuWizard/blank-context.css"); /* ...a blank area on a webpage */
@import url("./simpleMenuWizard/frame-context.css"); /* ...an iframe */
@import url("./simpleMenuWizard/image-context.css"); /* ...an image */
Expand Down

0 comments on commit cf79403

Please sign in to comment.