add vivaldi custom CSS

This commit is contained in:
fbachus
2024-11-08 18:54:16 +01:00
parent c8163e23b4
commit 5eedb55cbb
4 changed files with 105 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
/* Url text on center */
.UrlField {justify-content: center;}
input#urlFieldInput {text-align:center;}
.UrlBar-UrlObfuscationWarning {-webkit-app-region: no-drag !important;}
#browser:has(.switcher):not(.toolbar-edit-mode) .toolbar-mainbar .toolbar-spacer:has(+.button-toolbar button[name="Back"]) {
max-width: 0;
}
#browser.win:not(:has(.switcher)):not(.toolbar-edit-mode) .toolbar-mainbar .toolbar-spacer:has(+.button-toolbar button[name="Back"]) {
min-width: calc(var(--leftbarwidth) - 34px - 34px - 34px - var(--browserborder))
}