added bg for saper and padding for saper content, changed height chat in saperpage

This commit is contained in:
Kostya
2023-12-03 08:24:36 +03:00
parent 4b64ac2aed
commit bd8c98a1bc
3 changed files with 12 additions and 1 deletions

View File

@@ -0,0 +1,10 @@
#chat {
height: 95%;
}
.saper {
padding-top: 20%;
border-radius: 20px;
background: #17181C;
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}