re-add deleted demo warning

This commit is contained in:
Robin Appelman 2024-11-30 00:32:50 +01:00
commit 9f5ae29297
2 changed files with 10 additions and 0 deletions

View file

@ -143,6 +143,7 @@ table.players {
width: 40px;
vertical-align: top;
}
& .class {
width: 40px;
}
@ -242,4 +243,10 @@ details.chat {
& > div {
padding-top: 45px;
}
}
h3.warning {
background-color: var(--button-critical);
margin: 0 -30px;
padding: 30px;
}