more fixes for the URL bar, issue #21

This commit is contained in:
Sai Kurogetsu 2018-02-24 12:21:53 +00:00
parent 8af9a1ee87
commit 22ec2454ef
No known key found for this signature in database
GPG Key ID: 48E52EBE10D57BF6
1 changed files with 11 additions and 0 deletions

View File

@ -327,6 +327,17 @@ tabbrowser tabpanels {
outline-offset: -2px;
-moz-outline-radius: 3px;
}
#urlbar[focused] .urlbar-textbox-container {
margin: -1px !important;
}
#urlbar-container {
/* smaller URL bar? */
max-width: calc(129ch + 24px + 2 * var(--toolbarbutton-inner-padding)) !important;
}
toolbarspring {
/* center the URL bar */
max-width: 10000px !important;
}
#urlbar .urlbar-textbox-container {
background-image: var(--gnome-urlbar-bgimage);
}