Godiesc / firefox-one

Firefox Theme for Opera One skin Lovers
Mozilla Public License 2.0
301 stars 8 forks source link

Tabs UI improvement idea #22

Closed SunRizzze closed 8 months ago

SunRizzze commented 8 months ago

image

Little improvement idea add space between tabs

Godiesc commented 8 months ago

hi, I made the theme inspired in Opera-One and the tabs looks without space in that browser. I don't know if I will make that change.

Edit: try this code in your one_tricks.css if you want to add that space:

/* Borde entre pestañas */

.tabbrowser-tab {
    padding-inline: 4px !important;
}
SunRizzze commented 8 months ago

hi, I made the theme inspired in Opera-One and the tabs looks without space in that browser. I don't know if I will make that change.

Edit: try this code in your one_tricks.css if you want to add that space:

/* Borde entre pestañas */

.tabbrowser-tab {
    padding-inline: 4px !important;
}

image

perfect