More paused behaviour
All checks were successful
Deploy Feature / deploy-feature (push) Successful in 24s

This commit is contained in:
Johnny322
2026-03-02 21:28:54 +01:00
parent 40d2e928aa
commit 9b6dd0b8e8
2 changed files with 47 additions and 8 deletions

View File

@@ -619,6 +619,14 @@ audio.hidden-audio {
box-shadow: none;
}
.host-reveal {
position: absolute;
top: 16px;
right: 16px;
z-index: 4;
background: linear-gradient(135deg, #7df58f, #36bf62);
}
.end-panel {
text-align: center;
}