mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2025-06-16 19:35:24 +02:00
Click on an image to zoom larger
This commit is contained in:
@ -761,6 +761,10 @@ p.mentioned span.chatmessage {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.richembed .image img.materialboxed.active {
|
||||
max-width: none;
|
||||
}
|
||||
|
||||
#chatcontent img.attachment {
|
||||
width: 100%;
|
||||
max-width: 300px;
|
||||
@ -769,6 +773,11 @@ p.mentioned span.chatmessage {
|
||||
display: block;
|
||||
}
|
||||
|
||||
#chatcontent img.attachment.materialboxed.active {
|
||||
max-width: none;
|
||||
max-height: none;
|
||||
}
|
||||
|
||||
#emoji-picker {
|
||||
color: black;
|
||||
position: fixed;
|
||||
|
Reference in New Issue
Block a user