Skip to content

Commit

Permalink
optimize for macos vivaldi-v6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
tovifun committed May 12, 2024
1 parent 28a98fb commit b7fa70d
Show file tree
Hide file tree
Showing 6 changed files with 604 additions and 37 deletions.
9 changes: 1 addition & 8 deletions css/sub_arc.css
Original file line number Diff line number Diff line change
@@ -1,8 +1 @@
.tabs-left .toolbar-tabbar.sync-and-trash-container,
.tabs-right .toolbar-tabbar.sync-and-trash-container{
display:none;
}

#browser:not(.tabs-top):not(.tabs-bottom) .toolbar > .newtab > button{
display:none;
}
/*moved to vivalarc.css*/
5 changes: 5 additions & 0 deletions docs/changelog-cn.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 🗓️ 2024.05.12
- 这一版本的VivalArc主要针对 于Vivaldi6.7 进行以下两个方面的优化:
- macOS 左上角的的窗口按钮不能够自定义样式了,于是造成了窗口按钮对 Tabbar 的元素的遮挡
- 新建标签页的「添加按钮」移动到了窗口的最下方

## 🗓️ 2024.03.30
- 优化顶部的标签栏的按钮大小

Expand Down
5 changes: 5 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 🗓️ 2024.05.12
- The latest version of VivalArc primarily focuses on optimizing two aspects of Vivaldi 6.7:
- The window buttons in the top-left corner of macOS can no longer be customized, causing them to overlapping the elements of the TabBar
- The 'Add Button' for creating new tabs has been relocated to the bottom of the window

## 🗓️ 2024.03.30
- Optimized the height of the title bar

Expand Down
6 changes: 3 additions & 3 deletions docs/configure-vivaldi-cn.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## 💡 **几点说明:**

1. 它的本质是使用 Vivaldi 浏览器的自定义 UI MOD 的功能改变外观(结合这个配置中你将要下载的 CSS),整个配置过程大约5分钟
2. 这个配置在 Windows 上也可以使用。在接下来设置快捷键的过程中,只需要将 `Command` 换成 `Ctrl`。([有用户反馈 Linux 上也能使用](https://twitter.com/vivaldi_fr/status/1684643796942815233) ,但是我没自己去试过)
2. 这个配置在 Windows 和 Linux 上也可以使用。在接下来设置快捷键的过程中,只需要将 `Command` 换成 `Ctrl`
3. Vivaldi 是基于开源的 Chromium,所以理论上网页浏览效果是和 Chrome、 Edge 一样的
4. 如果在使用的过程中,遇到了问题浏览器 UI 问题(因为这个配置只会改到UI,其它的问题反馈就不用找我啦),可以在以下几个地方反馈
- [在 Github 提 Issue](https://github.com/tovifun/VivalArc/issues)
Expand All @@ -25,8 +25,8 @@
- **标签** > **标签栏位置** > 选择`左侧`
- **地址栏** > 去掉`显示地址栏`
- **键盘**(设置必要的快捷键)
- **地址栏** > 设置为 `Command + B`(Windows下需先移除「书签」的快捷键)
- **Windows用户额外的滚动条配置**因为Windows默认的滚动条非常明显,有点丑陋,我们需要一个额外的修改来优化这个滚动条,设置方式如下:
- **地址栏** > 设置为 `Command + B`因为地址栏太抢眼了,可以默认隐藏,当需要使用地址栏时,使用快捷键打开。Windows下需先移除「书签」的快捷键)
- **Windows用户额外的滚动条配置**因为 Windows 和 Linux 默认的滚动条非常明显,有点丑陋,我们需要一个额外的修改来优化这个滚动条,设置方式如下:
- 在地址栏输入: chrome://flags
- 搜索:fluent 关键词,并开启'Fluent scrollbars'之类的选项,你就可以得到一个比较弱化的滚动条
- 说明:这个方式来自B站用户 [@食用请在保质期](https://space.bilibili.com/13364811)
Expand Down
Loading

0 comments on commit b7fa70d

Please sign in to comment.