Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

Commit 839f385

Browse files
committed
💄 Assorted vertical tab style changes
1 parent d9581f2 commit 839f385

File tree

3 files changed

+29
-0
lines changed

3 files changed

+29
-0
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff 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

src/browser/themes/pulse/addons/shared.css

+4
Original file line numberDiff line numberDiff 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 {

src/browser/themes/pulse/vertical_tabs.css

+20
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,26 @@
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

0 commit comments

Comments
 (0)