1
0
Fork 1
mirror of https://github.com/zen-browser/desktop.git synced 2025-07-08 05:59:58 +02:00

style: Styled a bit better the URL bar, b=(no-bug), c=common

This commit is contained in:
Mr. M 2025-05-01 15:49:08 +02:00
parent 9300004cbd
commit 095a5f38f3
No known key found for this signature in database
GPG key ID: 6292C4C8F8652B18

View file

@ -527,8 +527,8 @@ button.popup-notification-dropmarker {
} }
.urlbarView-row { .urlbarView-row {
--urlbarView-item-inline-padding: 10px; --urlbarView-item-inline-padding: 8px;
--urlbarView-item-block-padding: 12px; --urlbarView-item-block-padding: 10px;
&:hover { &:hover {
.urlbarView-favicon, .urlbarView-favicon,
@ -542,6 +542,9 @@ button.popup-notification-dropmarker {
& * { & * {
color: white !important; color: white !important;
}
& .urlbarView-favicon {
fill: black !important; fill: black !important;
} }