mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 12:19:31 +02:00
fixed jumping in chat, writecomponent
This commit is contained in:
@@ -30,7 +30,16 @@
|
||||
}
|
||||
|
||||
.chat__content--users {
|
||||
height: 70%;
|
||||
height: 100%;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.chat__content, .chat__content--users {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.chat__content--users {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.card__user {
|
||||
@@ -39,7 +48,7 @@
|
||||
}
|
||||
|
||||
.fade-enter-active, .fade-leave-active {
|
||||
transition: opacity 0.5s, transform 0.5s;
|
||||
transition: opacity 0.1s, transform 0.1s;
|
||||
}
|
||||
.fade-enter, .fade-leave-to {
|
||||
opacity: 0;
|
||||
|
||||
@@ -308,7 +308,7 @@
|
||||
}
|
||||
.write {
|
||||
position: static;
|
||||
margin: 45% 87% 6% 2%;
|
||||
margin: -45% 87% 6% 2%;
|
||||
}
|
||||
.write__content input {
|
||||
padding: 0.625em 1% 14px 0.75em;
|
||||
@@ -379,7 +379,7 @@
|
||||
}
|
||||
.write {
|
||||
position: static;
|
||||
margin: 45% 87% 6% 2%;
|
||||
margin: -45% 87% 6% 2%;
|
||||
}
|
||||
.write__content input {
|
||||
padding: 0.625em 1% 14px 0.75em;
|
||||
|
||||
Reference in New Issue
Block a user