This repository was archived by the owner on Sep 30, 2024. It is now read-only.
File tree 3 files changed +29
-0
lines changed
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
11
11
12
12
- Update Betterfox to ` 117.0 `
13
13
14
+ ### Fixed
15
+
16
+ - Assorted UI inconsistencies for vertical tabs
17
+ - Make vertical tabs visible in fullscreen (tested in sway)
18
+
14
19
## 1.0.0-a.80
15
20
16
21
### Changed
Original file line number Diff line number Diff line change @@ -202,6 +202,10 @@ tab.tabbrowser-tab:nth-child(1) {
202
202
width : unset;
203
203
}
204
204
205
+ # new-tab-button {
206
+ margin : 0 !important ;
207
+ }
208
+
205
209
/* =========================================================================- */
206
210
/* General sidebar stuff */
207
211
.sidebar-splitter {
Original file line number Diff line number Diff line change 121
121
display : none;
122
122
}
123
123
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
+
124
144
/* ========================================================================== */
125
145
/* New tab icon styles */
126
146
You can’t perform that action at this time.
0 commit comments