mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 20:29:35 +02:00
Merge branch 'main' into DevelopMadara
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -452,7 +452,7 @@ input[type="number"]::-webkit-outer-spin-button {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
position: relative;
|
||||
left: 7px;
|
||||
left: 17px;
|
||||
}
|
||||
|
||||
.circles {
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user