mirror of
https://codeberg.org/claui/mobile-config-firefox.git
synced 2024-11-09 19:30:15 +00:00
14 lines
498 B
CSS
14 lines
498 B
CSS
/* Source file https://github.com/MrOtherGuy/firefox-csshacks/tree/master/chrome/centered_top_statuspanel.css made available under Mozilla Public License v. 2.0
|
|
See the above repository for updates as well as full license text. */
|
|
|
|
#statuspanel{
|
|
padding-top: 0 !important;
|
|
top: 0 !important;
|
|
inset-inline: auto !important;
|
|
margin-left: 50%;
|
|
}
|
|
#statuspanel-label{
|
|
margin-left: -50% !important;
|
|
border-width: 0 1px 1px 1px;
|
|
border-style: none solid solid solid !important;
|
|
}
|