mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2025-06-16 19:35:24 +02:00
Better video players, does not autoplay
This commit is contained in:
@ -782,6 +782,11 @@ p.mentioned span.chatmessage {
|
||||
max-width: none;
|
||||
}
|
||||
|
||||
.richembed .video {
|
||||
width: 100%;
|
||||
max-width: 450px;
|
||||
}
|
||||
|
||||
#chatcontent img.attachment {
|
||||
width: 100%;
|
||||
max-width: 300px;
|
||||
@ -795,6 +800,11 @@ p.mentioned span.chatmessage {
|
||||
max-height: none;
|
||||
}
|
||||
|
||||
#chatcontent .player {
|
||||
width: 100%;
|
||||
max-width: 400px;
|
||||
}
|
||||
|
||||
.wdt-emoji-popup {
|
||||
position: fixed;
|
||||
bottom: 5%;
|
||||
|
Reference in New Issue
Block a user