feat: Attachment view improvements (#7314)
This commit is contained in:
@@ -29,13 +29,13 @@
|
||||
}
|
||||
|
||||
.modal-image {
|
||||
max-height: 80vh;
|
||||
max-width: 80vw;
|
||||
max-height: 76vh;
|
||||
max-width: 76vw;
|
||||
}
|
||||
|
||||
.modal-video {
|
||||
max-height: 80vh;
|
||||
max-width: 80vw;
|
||||
max-height: 76vh;
|
||||
max-width: 76vw;
|
||||
}
|
||||
|
||||
&::before {
|
||||
|
||||
Reference in New Issue
Block a user