Hide the upcoming cards option in the lobby page if there are none

This commit is contained in:
Andrio Celos
2023-11-24 14:04:35 +11:00
parent a69d67556f
commit eadd999bcb
2 changed files with 5 additions and 3 deletions

View File

@@ -249,7 +249,7 @@ footer {
margin-right: 1.5em;
}
#lobbyPage label {
#lobbyPage label:not([hidden]) {
display: block;
}