Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

Commit

Permalink
Fix styling to re-enable the showing off the afk overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
Belchy06 committed Sep 30, 2022
1 parent 4bbeaa3 commit 8536255
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions SignallingWebServer/Public/player.css
Original file line number Diff line number Diff line change
Expand Up @@ -539,4 +539,21 @@ object {

#minimize {
display: none;
}

#afkOverlay {
z-index: 999;
background-color: rgba(30, 29, 34, 0.5);
display: inline-block;
height: 100vh;
width: 100vw;
line-height: 100vh;
text-align: center;
overflow: hidden;
}

#afkOverlay center {
display: inline-block;
line-height: 1.5;
height: 100vh;
}

0 comments on commit 8536255

Please sign in to comment.