This repository was archived by the owner on Sep 30, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +29
-0
lines changed Expand file tree Collapse file tree 3 files changed +29
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111
1212- Update Betterfox to ` 117.0 `
1313
14+ ### Fixed
15+
16+ - Assorted UI inconsistencies for vertical tabs
17+ - Make vertical tabs visible in fullscreen (tested in sway)
18+
1419## 1.0.0-a.80
1520
1621### Changed
Original file line number Diff line number Diff line change @@ -202,6 +202,10 @@ tab.tabbrowser-tab:nth-child(1) {
202202 width : unset;
203203}
204204
205+ # new-tab-button {
206+ margin : 0 !important ;
207+ }
208+
205209/* =========================================================================- */
206210/* General sidebar stuff */
207211.sidebar-splitter {
Original file line number Diff line number Diff line change 121121 display : none;
122122}
123123
124+ /** Extra margins for pinned tabs */
125+ # browser
126+ # tabbrowser-tabs [haspinnedtabs ]: not ([positionpinnedtabs ])
127+ > # tabbrowser-arrowscrollbox
128+ > .tabbrowser-tab : nth-child (1 of : not ([pinned ], [hidden ])) {
129+ margin-inline-start : 0px !important ;
130+ }
131+
132+ # browser .tab-content {
133+ padding : 0 var (--inline-tab-padding ) !important ;
134+ }
135+
136+ # browser .tab-throbber ,
137+ # browser .tab-icon-pending ,
138+ # browser .tab-icon-image ,
139+ # browser .tab-sharing-icon-overlay ,
140+ # browser .tab-icon-overlay {
141+ margin-inline-end : 5.5px ;
142+ }
143+
124144/* ========================================================================== */
125145/* New tab icon styles */
126146
You can’t perform that action at this time.
0 commit comments