Skip to content
Discussion options

You must be logged in to vote

Okay after referencing the way the mod Lean does the Expand on Hover of the Bookmark Toolbar i somehow managed to get the other Mod working again with a simple change.

  @media (-moz-bool-pref: "uc.bookmarks.expand-on-search") or (-moz-bool-pref: "uc.bookmarks.expand-on-hover") {
    #PersonalToolbar:not([collapsed="false"]):not([customizing]) {
      position: relative;
      margin-bottom: calc(0px - var(--urlbar-min-height));
      transform: rotateX(90deg) !important;
      transform-origin: top;
      transition: transform 135ms linear !important;
      z-index: 1;
    }
  }

Apparently i only had to change

#PersonalToolbar[collapsed="false"]:not([customizing])

to this

#PersonalTool…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by ArenfeIdt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant