Git Product home page Git Product logo

Comments (3)

hungry-scientist avatar hungry-scientist commented on June 27, 2024 1

Hey, thanks for the prompt response! Re-installing definitely helped, but I think it's the swapping of the close button that causes the issue. I remember I had to adapt your code to actually swap the button to the left (by default the close button just pushes in the tab labels and shrinks them, but I found that it would only move to the left if I changed the order value from 0 to -1 – but then the tab labels stay short). I dodn't mention installing the theme with this since I just added the code to my userchrome.css. Could you test the theme with the code below and see if anything else needs adjusting?

Thanks so much, really appreciate the support!


/* Left hand side tab close */

@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

.tab-content:not([pinned])::before,
.tab-content:not([pinned])::after {
    display: flex;
    content: "";
    flex-grow: 2
}

.tab-content:not([pinned])::after {
    flex-grow: 1;
}
/* Place close button on left side */
.tab-content {
    display: flex !important;
}

.tab-close-button {
    order: -1
}

.tab-icon-stack{
    padding-left: 1px !important;
}
.tabbrowser-tab[class*="identity-color-"][pinned] .tab-content{
    display:flex !important;
}
.tab-content:not([pinned])::before, .tab-content:not([pinned])::after {
  flex-grow: 1;

from whitesurfirefoxthememacos.

AdamXweb avatar AdamXweb commented on June 27, 2024

Hi hungry-scientist,
thanks for submitting the bug.
I'll look into this, as i believe it may be related to the -s install option.
Could you try installing without it to test?
This is what I get:
Screenshot 2024-04-14 at 6 53 10 PM

Then again, it does raise an issue where there is too much padding in the URL bar also:
Screenshot 2024-04-14 at 6 54 19 PM

from whitesurfirefoxthememacos.

AdamXweb avatar AdamXweb commented on June 27, 2024

@hungry-scientist Also, can you please check the version of the theme you're using?

from whitesurfirefoxthememacos.

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.