mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-26 17:43:48 +01:00
Merge pull request #1309 from Nolshine/fix_status_message_position
change status-text-container's position to fixed
This commit is contained in:
commit
483590ef8b
@ -331,7 +331,7 @@ a:visited {
|
||||
|
||||
#status-text-container {
|
||||
background-color: transparent;
|
||||
position: absolute;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 50%;
|
||||
}
|
||||
|
2
main.css
2
main.css
@ -282,7 +282,7 @@ a:visited {
|
||||
|
||||
#status-text-container {
|
||||
background-color: transparent;
|
||||
position: absolute;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 50%; }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user