Zettry
Zettry
I also encountered this problem. Through debug, it was found that `DocumentBySentenceSplitter` cannot split Chinese sentences. The solution is to replace Chinese punctuation marks with English punctuation marks, such as:...
@tovifun I tried to achieve this effect, but there are still some issues.  The changes are as follows: 1. Comment out the tabbar margin setting in `vivalarc.css`;  2....
@tovifun The transition animation is working now!!  ```css :root{ --tabbar-size: 32px; } /* tabbar workspace */ .inner > .tabbar-wrapper:not(:hover) .button-toolbar.workspace-popup.tabbar-workspace-button.button-menu{ width: var(--tabbar-size)!important; transition: unset; } .inner > .tabbar-wrapper:not(:hover) .button-toolbar.workspace-popup.tabbar-workspace-button.button-menu...
@tovifun hi, this is a completely hidden version. ```css :root{ --tabbar-size: 0px; } /* tabbar transparent */ .inner > .tabbar-wrapper:not(:hover) .tabbar-wrapper div { opacity: 0; } /* tabbar workspace */...
@everpromos Edit the `vivalarc-autotab/vivalarc.css` file, search for `AutoHide Tabbar`, and then starting from that line, replace all the following content with the code provided above. Save the file and restart...
@everpromos Hi! Since I don't have a mac device, I can't confirm whether it works correctly on macOS. However, you can check if Compact View is enabled in the settings....
@otbe Hi, please check if the value of `--tabbar-size` in the modified `vivalarc-autotab/vivalarc.css` is `0px`. If you confirm that the value is correct, you can go to `vivaldi://inspect/#apps` to find...
Chrome卡顿时,重启资源管理器后就正常了。