change styles

This commit is contained in:
Hepatica
2024-01-29 22:25:58 +01:00
parent 1133db6255
commit 904b1cd9fa

View File

@@ -106,8 +106,9 @@ body, html {
grid-area: chat; grid-area: chat;
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: 0;
height: 99%; /* border-radius: 20px; */
height: 100%;
position: relative; position: relative;
z-index: 3; z-index: 3;
} }