implemented image preview in mobile and desktop
This commit is contained in:
parent
a6870a78d4
commit
c6e810742a
3 changed files with 23 additions and 5 deletions
|
|
@ -264,6 +264,7 @@ $admin-fg: white;
|
|||
display: inline-block;
|
||||
width: 70%;
|
||||
max-width: 70%;
|
||||
cursor: pointer;
|
||||
}
|
||||
.bubble.sticker-bubble {
|
||||
padding: 0px;
|
||||
|
|
@ -358,8 +359,9 @@ $admin-fg: white;
|
|||
display: inline-block;
|
||||
width: 70%;
|
||||
max-width: 70%;
|
||||
.v-image,
|
||||
video {
|
||||
cursor: pointer;
|
||||
|
||||
.v-image, video {
|
||||
border-radius: 10px 10px 0 10px;
|
||||
[dir="rtl"] & {
|
||||
border-radius: 10px 10px 10px 0px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue