changed height for chat

This commit is contained in:
Kostya
2023-12-02 21:46:09 +03:00
parent f31978b22d
commit fe59e5237e

View File

@@ -91,7 +91,7 @@ body, html {
background: #16171B; background: #16171B;
filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25)); filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
border-radius: 20px; border-radius: 20px;
height: 100%; height: 90%;
position: relative; position: relative;
z-index: 3; z-index: 3;
} }