mirror of
https://github.com/moonlight-stream/moonlight-chrome.git
synced 2026-02-16 10:41:03 +00:00
Indeterminate loading bar is shown while connecting to stream
- This closes #37
This commit is contained in:
@@ -18,6 +18,15 @@
|
||||
padding: 20px 24px 24px 24px;
|
||||
color: rgba(0,0,0, 0.54);
|
||||
}
|
||||
#loadingSpinner {
|
||||
display: none;
|
||||
z-index: 1;
|
||||
position: fixed;
|
||||
left: 50%;
|
||||
bottom: 20px;
|
||||
transform: translate(-50%, -50%);
|
||||
margin: 0 auto;
|
||||
}
|
||||
main {
|
||||
padding: 50px 100px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user