Add files via upload
This commit is contained in:
@@ -567,7 +567,6 @@ body {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
transform: translateY(-50%);
|
||||
transition: all ease-in-out 300ms;
|
||||
}
|
||||
|
||||
#chat-input button.active,
|
||||
@@ -575,6 +574,10 @@ body {
|
||||
color: #ffcc00;
|
||||
}
|
||||
|
||||
#chat-input #chat-input-settings i {
|
||||
transition: all ease-in-out 300ms;
|
||||
}
|
||||
|
||||
#chat-input #chat-input-send {
|
||||
right: 60px;
|
||||
}
|
||||
@@ -583,6 +586,10 @@ body {
|
||||
right: 20px;
|
||||
}
|
||||
|
||||
#chat-input #chat-input-settings.active i {
|
||||
transform: rotate(60deg);
|
||||
}
|
||||
|
||||
#chat-input .settings {
|
||||
display: none;
|
||||
background: #0c0c0c;
|
||||
|
Reference in New Issue
Block a user