Git Product home page Git Product logo

Comments (5)

drannex42 avatar drannex42 commented on June 9, 2024

I recently installed this on Windows (yesterday, in fact) and noticed the same thing. I normally use linux distros.

The solution for the close buttons is to set the csd preference to 0px. I will be updating how this all fits together with better defaults per OS very soon (and moving preferences to about:config, where they should have been anyway). There are a number of quality changes that need to be updated as well to fix some things that FF and Sideberry have moved around in recent updates.

Superbox effects appears to be removed, but the url bar disappearing is strange, could you send a screenshot of what happens when you click on that? I can't reproduce.

from firefoxsidebar.

menguele avatar menguele commented on June 9, 2024

I couldn't replicate the disappearing of the url bar either, probably was firefox not liking something.

Could you be more specific for what changes in the prefs have to be made?

from firefoxsidebar.

eissar avatar eissar commented on June 9, 2024

I added this code to the CSS and it worked:
:root[tabsintitlebar][sizemode="normal"] #titlebar {
appearance: none !important;
}
this mostly works but hides the close button
https://imgur.com/6r2OQ7G

from firefoxsidebar.

eissar avatar eissar commented on June 9, 2024

So this seems to have full functionality. might be hacky. but it looks pretty good!
add this to custom.css:

:root[tabsintitlebar] #titlebar {
  appearance: none !important;
}

#sidebar-box {
  margin-top: -42px !important;
} 
/* fix later */

and change the following values in prefs.css:

    --csd-width: 142.5px;
    --csd-margin-right: 150px; 

you can set 'csd-margin-right' lower, i just made it this way so there is more drag space. i think 137.5px is the lowest.

note : doesnt work with the themes

from firefoxsidebar.

drannex42 avatar drannex42 commented on June 9, 2024

This is roughly the right solution, and what I've had to do on my own Windows install. Really wish I could find the time to upgrade the entire repo to have per-os defaults, they will make their way eventually,

I'll mark this closed for the time being as @eissar has a handle and solution on this.

from firefoxsidebar.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.