This commit is contained in:
2025-11-12 23:05:50 +01:00
parent 0f4e40383b
commit ae19d94fb2
3 changed files with 37 additions and 14 deletions
@@ -184,3 +184,16 @@ h1.align-center {
text-overflow: ellipsis;
max-width: 300px;
}
.no-games-message {
grid-column: 1 / -1;
text-align: center;
color: #8892b0;
font-size: 18px;
padding: 40px 20px;
margin: 20px 0;
background: linear-gradient(to bottom, rgba(0, 9, 56, 0.3), rgba(0, 9, 56, 0.1));
border: 1px solid #444;
border-radius: 8px;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}