12 lines
537 B
CSS
12 lines
537 B
CSS
/* 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))
|
|
}
|