Merge branch 'main' into DevelopMadara

This commit is contained in:
Madara0330E
2024-01-30 19:42:07 +03:00
7 changed files with 153 additions and 48 deletions

View File

@@ -18,6 +18,7 @@
.chat {
margin: 1% 3.2% 0 0;
word-break: break-all;
}
.chat__content {
@@ -55,7 +56,8 @@
}
.chat__content--users {
height: 590px;
/* height: 590px; */
height: 70vh;
width: auto;
overflow-y: auto;
overflow-x: auto;

View File

@@ -452,7 +452,7 @@ input[type="number"]::-webkit-outer-spin-button {
display: flex;
justify-content: center;
position: relative;
left: 7px;
left: 17px;
}
.circles {

View File

@@ -106,8 +106,9 @@ body, html {
grid-area: chat;
background: #16171B;
filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
border-radius: 20px;
height: 90%;
border-radius: 0;
/* border-radius: 20px; */
height: 100%;
position: relative;
z-index: 3;
}