Pinned tabs padding and margin

Users and developers helping users with generic and technical Pale Moon issues on all operating systems.

Moderator: trava90

Forum rules
This board is for technical/general usage questions and troubleshooting for the Pale Moon browser only.
Technical issues and questions not related to the Pale Moon browser should be posted in other boards!
Please keep off-topic and general discussion out of this board, thank you!
warudo

Pinned tabs padding and margin

Unread post by warudo » 2017-05-24, 16:04

Hello everyone.
Using pinned tabs I noticed that they change size and margin when there's scroll button.
How to make them always preserve the same size?
That little movement in peripheral vision is very irritating.

Here's CSS in my userChrome.css file:

Code: Select all

.tabbrowser-tab,
.tabs-newtab-button,
.tabbrowser-tab[pinned] {
    border-radius: 0px 0px 0 0 !important;
    height: 27px !important;
}
.tabbrowser-tab[pinned] {
    width: 30px !important;
}
Attachments
shot1.png
shot1.png (10.13 KiB) Viewed 327 times
shot2.png
shot2.png (8.76 KiB) Viewed 327 times

Locked