File tree Expand file tree Collapse file tree 6 files changed +18
-9
lines changed
Expand file tree Collapse file tree 6 files changed +18
-9
lines changed Original file line number Diff line number Diff 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.2**
24+ * Fixed a regression introduced in v5.7.1 where tabs inside tab groups were displayed with an incorrect height.
25+
26+ <!-- END What's New -->
27+
2328** 🦊 v5.7.1**
2429* Fixed a regression introduced in v5.5.4. When the tab-group expand and collapse animation was disabled, collapsing a tab group left extra vertical space below it. This caused inconsistent spacing between tabs and tab groups.
2530* Improved the expand and collapse animation for tab groups to provide a smoother visual transition.
2631
27- <!-- END What's New -->
28-
2932** 🦊 v5.7.0**
3033
3134** New**
Original file line number Diff line number Diff line change @@ -20,6 +20,9 @@ https://github.com/user-attachments/assets/23d73b36-d2d4-4660-af5b-cde686d0934a
2020
2121## 🆕 最新情報
2222
23+ ** 🦊 v5.7.2**
24+ * v5.7.1 で発生した不具合を修正しました。タブグループ内のタブの高さが正しく表示されない問題がありました。
25+
2326** 🦊 v5.7.1**
2427* v5.5.4 で発生していた不具合を修正しました。タブグループの展開・折りたたみアニメーションを無効にしている場合、折りたたんだ際に下部へ余計な空白が生じ、タブやタブグループの間隔が不揃いになる問題がありました。
2528* タブグループの展開・折りたたみアニメーションを改善し、より自然で滑らかな動きになるよう調整しました。
Original file line number Diff line number Diff line change @@ -20,6 +20,9 @@ https://github.com/user-attachments/assets/23d73b36-d2d4-4660-af5b-cde686d0934a
2020
2121## 🆕 更新内容
2222
23+ ** 🦊 v5.7.2**
24+ * 修复 v5.7.1 引发的问题:标签组内的标签高度显示错误。
25+
2326** 🦊 v5.7.1**
2427* 修复 v5.5.4 引发的问题:当关闭标签组的展开/折叠动画时,折叠后的标签组下方会出现多余空白,导致标签页与标签组之间的间距不一致。
2528* 优化标签组的展开和折叠动画,使过渡更加平滑自然。
Original file line number Diff line number Diff line change 19751975 @media -moz-pref("uc.flex.style-tab-group" , 2) or - moz- pref("uc.flex.style-tab-group" , 4) {
19761976 tab-group {
19771977 .tabbrowser-tab {
1978- min-height : 36 px ;
1979- max-height : 36 px ;
1978+ min-height : 39 px ;
1979+ max-height : 39 px ;
19801980 }
19811981 & [collapsed ] {
19821982 # tabbrowser-tabs # tabbrowser-arrowscrollbox & .tabbrowser-tab : not ([selected ]) {
Original file line number Diff line number Diff line change 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.1 のインストールが完了しました。 \A 📝 オプションを調整するには、検索バーに `uc.flex` と入力してください。" ;
6+ content : "🎉 FlexFox v5.7.2 のインストールが完了しました。 \A 📝 オプションを調整するには、検索バーに `uc.flex` と入力してください。" ;
77 }
88 }
99 body : lang (zh-CN ) {
1010 & ::before {
11- content : "🎉 FlexFox v5.7.1 已成功安装。 \A 📝 如需调整选项,请在搜索栏中输入 `uc.flex`。" ;
11+ content : "🎉 FlexFox v5.7.2 已成功安装。 \A 📝 如需调整选项,请在搜索栏中输入 `uc.flex`。" ;
1212 }
1313 }
1414 body : lang (zh-tw ) {
1515 & ::before {
16- content : "🎉 FlexFox v5.7.1 已成功安裝。 \A 📝 若需要調整選項,請在搜尋欄中輸入 `uc.flex`。" ;
16+ content : "🎉 FlexFox v5.7.2 已成功安裝。 \A 📝 若需要調整選項,請在搜尋欄中輸入 `uc.flex`。" ;
1717 }
1818 }
1919
2020 body ::before {
21- content : "🎉 FlexFox v5.7.1 has been successfully installed. \A 📝 To adjust options, type `uc.flex` in the search bar." ;
21+ content : "🎉 FlexFox v5.7.2 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 ;
Original file line number Diff line number Diff line change 1- /* FlexFox v5.7.1 */
1+ /* FlexFox v5.7.2 */
22/* ____ _ ____ */
33/* / __/ /__ _ __/ __/___ _ __ */
44/* / /_/ / _ \| |/_/ /_/ __ \| |/_/ */
You can’t perform that action at this time.
0 commit comments