Skip to content

Commit 001d0ee

Browse files
committed
v5.7.4
Fix Tab Split View background overflow in tab groups.
1 parent 2c061f7 commit 001d0ee

File tree

6 files changed

+22
-13
lines changed

6 files changed

+22
-13
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,15 @@ https://github.com/user-attachments/assets/23d73b36-d2d4-4660-af5b-cde686d0934a
2020

2121
## 🆕 What's New
2222

23-
**🦊 v5.7.3**
24-
* Fixed a regression introduced in v5.7.1 where Tab Split View inside tab groups was displayed with an incorrect height.
25-
* Added expand and collapse animations for Tab Split View inside tab groups. The animations are enabled when `uc.flex.style-tab-group` is set to `2` or `4`.
23+
**🦊 v5.7.4**
24+
* Fixed a regression introduced in v5.7.3 where Tab Split View caused background overflow inside tab groups.
2625

2726
<!-- END What's New -->
2827

28+
**🦊 v5.7.3**
29+
* Fixed a regression introduced in v5.7.1 that caused Tab Split View to be displayed with an incorrect height.
30+
* Added expand and collapse animations for Tab Split View inside tab groups. The animations are enabled when `uc.flex.style-tab-group` is set to `2` or `4`.
31+
2932
**🦊 v5.7.0**
3033

3134
**New**

README_日本語版.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,11 @@ https://github.com/user-attachments/assets/23d73b36-d2d4-4660-af5b-cde686d0934a
2020

2121
## 🆕 最新情報
2222

23+
**🦊 v5.7.4**
24+
* v5.7.3 で発生していた、タブグループ内で「分割ビュー」の背景がはみ出してしまう不具合を修正しました。
25+
2326
**🦊 v5.7.3**
24-
* v5.7.1 で発生していた、タブグループ内の「分割ビュー」の高さが正しく表示されない不具合を修正しました。
27+
* v5.7.1 で発生していた「分割ビュー」の高さが正しく表示されない不具合を修正しました。
2528
* タブグループ内の「分割ビュー」に展開と折りたたみのアニメーションを追加しました。アニメーションは `uc.flex.style-tab-group``2` または `4` に設定している場合に有効になります。
2629

2730
**🦊 v5.7.0**

README_简体中文.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,11 @@ https://github.com/user-attachments/assets/23d73b36-d2d4-4660-af5b-cde686d0934a
2020

2121
## 🆕 更新内容
2222

23+
**🦊 v5.7.4**
24+
修复了 v5.7.3 中标签组内“分屏视图”背景溢出的问题。
25+
2326
**🦊 v5.7.3**
24-
* 修复 v5.7.1 引发的问题:标签组内“分屏视图”的高度显示错误
27+
* 修复了 v5.7.1 中出现的“分屏视图”高度显示不正确的问题
2528
* 为标签组内的“分屏视图”添加了展开和折叠动画效果。动画在 `uc.flex.style-tab-group` 设置为 `2``4` 时启用。
2629

2730
**🦊 v5.7.0**
@@ -440,10 +443,10 @@ FlexFox 现在支持扩展 [UserChrome Toggle Extended](https://addons.mozilla.o
440443
<summary>💬 <b>历史更新</b></summary>
441444

442445
**v5.7.2**
443-
* 修复 v5.7.1 引发的问题:标签组内的标签高度显示错误
446+
* 修复了 v5.7.1 中出现的标签组内标签高度显示异常的问题
444447

445448
**v5.7.1**
446-
* 修复 v5.5.4 引发的问题:当关闭标签组的展开/折叠动画时,折叠后的标签组下方会出现多余空白,导致标签页与标签组之间的间距不一致
449+
* 修复了 v5.5.4 中出现的布局问题。当关闭标签组的展开/折叠动画时,折叠后的标签组下方会出现多余空白,导致标签组与标签页之间的间距不一致
447450
* 优化标签组的展开和折叠动画,使过渡更加平滑自然。
448451

449452
**v5.6.2**

chrome/components/uc-sidebar.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1981,7 +1981,7 @@
19811981
tab-split-view-wrapper {
19821982
display: grid !important;
19831983
min-height: 68px;
1984-
max-height: 68px;
1984+
max-height: 72px;
19851985
transition:
19861986
min-height 150ms ease,
19871987
max-height 150ms ease,

chrome/content/uc-aboutconfig.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,22 @@
33
@media not -moz-pref("uc.flex.show-flexfox-version-info-in-about-config", false) {
44
body:lang(ja) {
55
&::before {
6-
content: "🎉 FlexFox v5.7.3 のインストールが完了しました。 \A 📝 オプションを調整するには、検索バーに `uc.flex` と入力してください。";
6+
content: "🎉 FlexFox v5.7.4 のインストールが完了しました。 \A 📝 オプションを調整するには、検索バーに `uc.flex` と入力してください。";
77
}
88
}
99
body:lang(zh-CN) {
1010
&::before {
11-
content: "🎉 FlexFox v5.7.3 已成功安装。 \A 📝 如需调整选项,请在搜索栏中输入 `uc.flex`。";
11+
content: "🎉 FlexFox v5.7.4 已成功安装。 \A 📝 如需调整选项,请在搜索栏中输入 `uc.flex`。";
1212
}
1313
}
1414
body:lang(zh-tw) {
1515
&::before {
16-
content: "🎉 FlexFox v5.7.3 已成功安裝。 \A 📝 若需要調整選項,請在搜尋欄中輸入 `uc.flex`。";
16+
content: "🎉 FlexFox v5.7.4 已成功安裝。 \A 📝 若需要調整選項,請在搜尋欄中輸入 `uc.flex`。";
1717
}
1818
}
1919

2020
body::before {
21-
content: "🎉 FlexFox v5.7.3 has been successfully installed. \A 📝 To adjust options, type `uc.flex` in the search bar.";
21+
content: "🎉 FlexFox v5.7.4 has been successfully installed. \A 📝 To adjust options, type `uc.flex` in the search bar.";
2222
/* !-- End of version info -- */
2323
display: block;
2424
margin: 10px 10px 0px 10px;

chrome/userChrome.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* FlexFox v5.7.3 */
1+
/* FlexFox v5.7.4 */
22
/* ____ _ ____ */
33
/* / __/ /__ _ __/ __/___ _ __ */
44
/* / /_/ / _ \| |/_/ /_/ __ \| |/_/ */

0 commit comments

Comments
 (0)