Skip to content

Commit 8834120

Browse files
authored
Merge pull request #274 from QNetITQ/WaveFox-Nightly
WaveFox v1.8.147
2 parents c6d1568 + c253367 commit 8834120

File tree

5 files changed

+68
-17
lines changed

5 files changed

+68
-17
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
[Download Firefox](https://www.mozilla.org/en-US/firefox/all/#product-desktop-release) / [Download WaveFox](https://github.com/QNetITQ/WaveFox/releases) / [WaveFox Nightly](https://github.com/QNetITQ/WaveFox/tree/WaveFox-Nightly)
1010

1111
<details>
12-
<summary>WaveFox v1.8.145</summary>
12+
<summary>WaveFox v1.8.147</summary>
1313

1414
- ##### Minimum Requirements
15-
- Firefox 145
15+
- Firefox 147
1616
- Windows / MacOS / Linux
1717

1818
- Download the `chrome` folder and put it in your user profile folder
@@ -166,7 +166,7 @@ Works only with system theme. Requires transparency support from the operating s
166166
### Floating Web Page (Vertical tabs)
167167
<img width="1780" height="873" alt="изображение" src="https://github.com/user-attachments/assets/a9bc4d90-1b3e-4707-b805-67fe449dcbd2" />
168168

169-
- `WaveFox.VerticalTabs.WebPage.Floating` > 1 or 2 or 3
169+
- `WaveFox.VerticalTabs.WebPage.Floating` > 1 or 2 or 3 or 4
170170

171171
### Experimental
172172

chrome/modules/general_styles/wavefox_web_page.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
{
88
background-color: transparent !important;
99

10-
#tabbrowser-tabpanels
10+
.browserContainer
1111
{
1212
background-color: color-mix(in srgb, var(--toolbar-bgcolor) var(--wavefox-webpage-background-saturation, 75%), transparent) !important;
1313
background-image: none !important;

chrome/modules/vertical_tabs/wavefox_browser_window.css

Lines changed: 62 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -36,23 +36,22 @@
3636
#sidebar-box
3737
{
3838
padding-block: 0px !important;
39+
z-index: 3 !important;
3940

4041
#sidebar
4142
{
42-
outline-offset: 0px !important;
43+
outline: none !important;
4344
margin-block: 0px !important;
4445
border-radius: 0px !important;
45-
box-shadow: none !important;
46+
box-shadow: var(--content-area-shadow) !important;
4647
}
4748
}
4849

4950
#tabbrowser-tabbox
5051
{
51-
box-shadow: none !important;
52-
53-
#tabbrowser-tabpanels
52+
.browserContainer
5453
{
55-
clip-path: content-box !important;
54+
outline: none !important;
5655
}
5756
}
5857
}
@@ -109,9 +108,6 @@
109108

110109
#tabbrowser-tabbox
111110
{
112-
outline: none !important;
113-
box-shadow: none !important;
114-
115111
#tabbrowser-tabpanels
116112
{
117113
overflow: clip !important;
@@ -175,9 +171,6 @@
175171

176172
#tabbrowser-tabbox
177173
{
178-
outline: none !important;
179-
box-shadow: none !important;
180-
181174
#tabbrowser-tabpanels
182175
{
183176
overflow: clip !important;
@@ -202,3 +195,60 @@
202195
}
203196
}
204197
}
198+
199+
@media -moz-pref("WaveFox.VerticalTabs.WebPage.Floating", 4)
200+
{
201+
:root:not([inFullscreen], [inDOMFullscreen])
202+
{
203+
.browser-toolbox-background:not(#navigator-toolbox)
204+
{
205+
overflow: clip !important;
206+
border-top: 1px solid var(--chrome-content-separator-color) !important;
207+
box-shadow: var(--content-area-shadow) !important;
208+
background-clip: padding-box !important;
209+
background-color: color-mix(in srgb, var(--sidebar-background-color) 75%, transparent) !important;
210+
211+
#sidebar-main
212+
{
213+
background-color: transparent !important;
214+
color: var(--sidebar-text-color) !important;
215+
border-radius: 0px !important;
216+
}
217+
218+
#sidebar-launcher-splitter,
219+
#sidebar-splitter
220+
{
221+
width: var(--splitter-width) !important;
222+
margin-inline: calc(-1 * var(--splitter-width)) 0px !important;
223+
border: none !important;
224+
225+
:is(#sidebar-main, #sidebar-box)[sidebar-positionend] + &
226+
{
227+
margin-inline: 0px calc(-1 * var(--splitter-width)) !important;
228+
}
229+
}
230+
231+
#sidebar-box
232+
{
233+
padding-block: 0px !important;
234+
z-index: 3 !important;
235+
236+
#sidebar
237+
{
238+
outline: none !important;
239+
margin-block: 0px !important;
240+
border-radius: 0px !important;
241+
box-shadow: var(--content-area-shadow) !important;
242+
}
243+
}
244+
245+
#tabbrowser-tabbox
246+
{
247+
.browserContainer
248+
{
249+
outline: none !important;
250+
}
251+
}
252+
}
253+
}
254+
}

chrome/modules/vertical_tabs/wavefox_tabs.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
color: var(--sidebar-text-color) !important;
1717
backdrop-filter: blur(8px) !important;
1818
box-shadow: var(--content-area-shadow) !important;
19+
border: none !important;
1920
}
2021
}
2122
}

chrome/userChrome.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@
4040
@import "modules/vertical_tabs/wavefox_tab_media_icons_and_text.css" layer(BasicPriority) /* supports() */ -moz-pref("sidebar.verticalTabs", true);
4141
@import "modules/vertical_tabs/wavefox_toolbar_buttons.css" layer(BasicPriority) /* supports() */ -moz-pref("sidebar.verticalTabs", true);
4242

43-
/* ---------------------------------------- Third-party styles (Maximum priority) ---------------------------------------- */
43+
/* ---------------------------------------- Third-party styles (Maximum priority) ---------------------------------------- */

0 commit comments

Comments
 (0)