mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-14 20:23:53 +02:00
7 lines
174 B
CSS
7 lines
174 B
CSS
|
|
#urlbar[open][zen-floating-urlbar='true'] {
|
|
position: absolute !important;
|
|
top: 50% !important;
|
|
left: 50% !important;
|
|
transform: translate(-50%, -50%) !important;
|
|
}
|