mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-10 01:03:36 -05:00
fix: re-enable callouts
This commit is contained in:
parent
8e1031cf91
commit
d01b9cae40
1 changed files with 6 additions and 2 deletions
|
@ -1,16 +1,20 @@
|
||||||
.viewer {
|
.viewer {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
overflow: hidden;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
border-end-end-radius: 4px;
|
border-end-end-radius: 4px;
|
||||||
border-end-start-radius: 4px;
|
border-end-start-radius: 4px;
|
||||||
overflow: hidden;
|
|
||||||
|
max-width: 100vw;
|
||||||
|
|
||||||
img {
|
img {
|
||||||
width: auto;
|
width: auto;
|
||||||
height: auto;
|
height: auto;
|
||||||
max-width: 90vw;
|
max-width: 90vw;
|
||||||
max-height: 75vh;
|
max-height: 75vh;
|
||||||
border-bottom: thin solid var(--tertiary-foreground);
|
|
||||||
object-fit: contain;
|
object-fit: contain;
|
||||||
|
border-bottom: thin solid var(--tertiary-foreground);
|
||||||
|
|
||||||
|
-webkit-touch-callout: default;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue