Coder Social home page Coder Social logo

Comments (9)

Vento09 avatar Vento09 commented on May 28, 2024 1

I don't like the Epiphany's tab width. In Elementary OS, all applications, which use tabs, are larger than Epiphany.

abas
[1º Firefox; 2ºEpiphany; 3º Files; 4º Terminal; 5º Code]

See picture that Files, Terminal and Code's tab is larger than Epiphany and Firefox.

I've tried to change the width to stay like them and I've noticed that tabs was skipping to different positions. So I have changed userChrome.css from line 273 and it works 😄

#tabbrowser-tabs {
display: block;
width: calc(100vw - 100px) !important;/**/
}
/* tabs width */
.tabbrowser-tab:not([pinned]) {
width: 180px !important;
min-width: 50px !important;
}

from elementaryos-firefox-theme.

Zonnev avatar Zonnev commented on May 28, 2024 1

Since adding display:block wasn't a perfect solution, because the tabs close button sometimes didn't appear, I found a better solution:

.tabbrowser-tab[fadein]:not([pinned]) { max-width: 180px !important; }

So this issue is completely fixed now ))

from elementaryos-firefox-theme.

Zonnev avatar Zonnev commented on May 28, 2024

Its fixed, tabs width are same size as Epiphany in lastest userChrome.

from elementaryos-firefox-theme.

Zonnev avatar Zonnev commented on May 28, 2024

Seems it isn't fixed, the tabs move to different positions when selecting dark mode.

from elementaryos-firefox-theme.

Zonnev avatar Zonnev commented on May 28, 2024

I changed back the tab width in the latest userChrome. It seems there is a bug in Firefox which makes this strange behaviour of tabs skipping to different positions when changing the tab width.

from elementaryos-firefox-theme.

Hedronmx avatar Hedronmx commented on May 28, 2024

I don't like the Epiphany's tab width. In Elementary OS, all applications, which use tabs, are larger than Epiphany.

abas
[1º Firefox; 2ºEpiphany; 3º Files; 4º Terminal; 5º Code]

See picture that Files, Terminal and Code's tab is larger than Epiphany and Firefox.

I've tried to change the width to stay like them and I've noticed that tabs was skipping to different positions. So I have changed userChrome.css from line 273 and it works smile

#tabbrowser-tabs {
display: block;
width: calc(100vw - 100px) !important;/**/
}
/* tabs width */
.tabbrowser-tab:not([pinned]) {
width: 180px !important;
min-width: 50px !important;
}

It works!! Looks nice!

from elementaryos-firefox-theme.

Zonnev avatar Zonnev commented on May 28, 2024

@Vento09 Thanks for solving it. I will remove the calculation width as well since block takes the whole width anyways. ))

Edit: I wont remove it since it keeps room for the private browsing icon.

from elementaryos-firefox-theme.

Hedronmx avatar Hedronmx commented on May 28, 2024

I did some further modifications to the titlebar you can see the comparison below.

Imgur

I changed back, forward and refresh padding, url bar margins and close button offset
How do I share these changes?

You can see the changes here. It already includes the code from Vento09.
Top is Firefox, Bottom Epiphany
https://www.diffchecker.com/NQfk3LIi

from elementaryos-firefox-theme.

Zonnev avatar Zonnev commented on May 28, 2024

@Hedronmx You are styling the navigation buttons to Epiphany which has different padding than the default elementary gtk theme. I like to keep it the way it is now but thank you for sharing your adjustments. Maybe you can fork this theme?

from elementaryos-firefox-theme.

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.