mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-07 17:05:31 +02:00
12 lines
207 B
CSS
12 lines
207 B
CSS
|
|
.urlbar-input {
|
|
text-align: center !important;
|
|
}
|
|
|
|
.urlbar-input[aria-expanded="false"] {
|
|
text-align: center !important;
|
|
}
|
|
|
|
.urlbar-input[aria-expanded="true"] {
|
|
text-align: match-parent !important;
|
|
}
|