mirror of
https://codeberg.org/claui/mobile-config-firefox.git
synced 2024-11-09 11:20:15 +00:00
status_inside_urlbar: pack statuspanel label to center when asked to
Loading status label is rendered as pseudo-element in Firefox 109 and this change is necessary to correctly center the label in that case.
This commit is contained in:
parent
6fa2a9beb4
commit
9a66b9e88f
2 changed files with 9 additions and 3 deletions
|
@ -108,6 +108,9 @@ As a workaround, the -moz-element background image is removed somewhat often whi
|
|||
|
||||
/* Center the statuspanel text. This might be useful with centered urlbar text */
|
||||
/*
|
||||
#statuspanel-label{ text-align: center }
|
||||
#statuspanel-label{
|
||||
text-align: center;
|
||||
-moz-box-pack: center;
|
||||
}
|
||||
.urlbar-input-box::after{ background-position-x: center !important; }
|
||||
*/
|
||||
|
|
|
@ -70,6 +70,9 @@ As a workaround, the -moz-element background image is removed somewhat often whi
|
|||
|
||||
/* Center the statuspanel text. This might be useful with centered urlbar text */
|
||||
/*
|
||||
#statuspanel-label{ text-align: center }
|
||||
#urlbar::before{ background-position-x: center !important; }
|
||||
#statuspanel-label{
|
||||
text-align: center;
|
||||
-moz-box-pack: center;
|
||||
}
|
||||
.urlbar-input-box::after{ background-position-x: center !important; }
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue