Files
firefox-csshacks/chrome/pinned_tabs_on_right.css
2025-07-25 12:27:11 +03:00

9 lines
375 B
CSS

/* Source file https://github.com/MrOtherGuy/firefox-csshacks/tree/master/chrome/pinned_tabs_on_right.css made available under Mozilla Public License v. 2.0
See the above repository for updates as well as full license text. */
/* Show pinned tabs on right side of normal tabs */
#pinned-tabs-container[orient="horizontal"]{
order: 1;
margin-inline: 12px 0 !important;
}