Lots of fixes to "media threads"
This commit is contained in:
parent
fe081edc62
commit
8bcceafcff
23 changed files with 867 additions and 333 deletions
|
|
@ -228,7 +228,7 @@ body {
|
|||
}
|
||||
|
||||
@media #{map-get($display-breakpoints, 'sm-and-down')} {
|
||||
margin-top: 72px;
|
||||
//margin-top: 72px;
|
||||
margin-bottom: 70px;
|
||||
}
|
||||
}
|
||||
|
|
@ -1332,6 +1332,10 @@ body {
|
|||
}
|
||||
}
|
||||
|
||||
.invisible {
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
.new-room {
|
||||
font-family: "Inter", sans-serif;
|
||||
font-size: 16px !important;
|
||||
|
|
|
|||
|
|
@ -62,7 +62,9 @@
|
|||
"user_was_banned_you": "You were kicked and banned from the chat.",
|
||||
"user_joined": "{user} joined the chat",
|
||||
"user_left": "{user} left the chat",
|
||||
"someone": "Someone",
|
||||
"user_said": "{user} said:",
|
||||
"sent_media": "Sent {count} media items.",
|
||||
"file_prefix": "File: ",
|
||||
"edited": "(edited)",
|
||||
"download_progress": "{percentage}% downloaded",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue