Git Product home page Git Product logo

vivalarc's People

Contributors

clementpoiret avatar tovifun avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

vivalarc's Issues

使用反饋與支持

我也是一個期盼 arc 已久的 Windows/Linux 用戶,真的很高興有這樣一個項目能讓我實際體驗到 arc 的魅力

由於我近期沒有使用 Mac 的計畫,加上遲遲沒有收到 Windows 測試板的邀請(我很早就發送排隊表單了)
所以看到這個項目馬上就安裝上測試一下

目前我使用中的是 EndeavourOS 作業系統中安裝的 vivaldi,初步體驗下來整體沒什麼大問題,我感到相當開心

唯一一個問題就是 最大/小化和關閉的按鈕相當小,如果調整成 native ui 又會太粗太佔空間
如同 #15 所提到的狀況一樣,希望作者有空能幫忙看看問題出在哪裡 (還是那是預期中的狀況,我不太確定)

再次感謝作者的貢獻以及這個專案帶給我的快樂!

最大化窗口后浏览器崩溃

安装的你最新的主题,
浏览器的版本是:5.8.2970.3 (官方版) (arm64)

操作系统 macOS 版本13.3(版号22E252)

我点击最大化就会崩溃,我使用官方的主题不存在这个问题,使用你这个上个版本主题也没有出现崩溃

Panel is to the right of the tabs

Not a huge issue, but it would be nice if I could somehow fix it. The panel shows to the right of the vertical tabs instead of to the left like the photos show. Not sure if I missed a step somewhere or if it's a code issue with a newer update.

image

UI not working ?

Hello !
First of all, thanks for this project, it look amazing !
My issue is that I'm on the latest Vivaldi version 6.4.3160.47 and I can't make the UI work.
In Custom UI modification I put C:\Users\me\Downloads\VivalArc-main\ (also tried with C:\Users\me\Downloads\VivalArc-main\CSS) but both aren't working, my UI still look the same after restarting the browser.
image
May I ask for a little help ?
Thanks :)

win端ui问题

win11 22H2,最新版vivaldi

按照教程配置,出现问题:vivaldi顶端的那一条(菜单栏?)无法正常显示,将鼠标悬浮至对应位置会出现相应文字;右上角最小化、窗口化和关闭按钮大小与不正常,如图:
image

尝试2023/03/27发布的版本无此问题。
image

Tabs are small

The height of the tabs is a bit shorter, making it difficult to click.

Screenshot 2024-01-03 121440

This can be easily solved by this CSS code:

.tab-strip > span > .tab-position {
    position: relative;
    height: 40px !important;
    width: auto !important;
    left: 50%; /* Position from the left edge */
    transform: translateX(-50%); /* Shift the element back by 50% of its own width */
}

.tab-strip > span > .tab-position > .tab:not(.pinned){
    width: 85px !important;
}

.tab-strip > span > .tab-position > .tab.pinned{
    width: 30px !important;
}

it will look like this,

Screenshot 2024-01-03 131952

书签和历史记录点击不可用

非常感谢tovifun的付出。我在使用中发现两个小问题:

  1. 关闭/最小化/最大化 按钮随标题栏一起消失了,使用时有点不太方便,
  2. 侧边栏(panel)的书签、历史记录的点击和触控板滑动似乎失效了。

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.