UNPKG
linagora-rse
Version:
latest (1.3.7)
1.3.7
1.3.5
Linagora RSE
github.com/linagora/openpaas-esn
linagora/openpaas-esn
linagora-rse
/
frontend
/
js
/
modules
/
attachment
/
viewer
/
image-viewer
/
image-viewer.less
9 lines
(7 loc)
•
201 B
text/less
View Raw
1
2
3
4
5
6
7
8
9
esn-attachment-
image
-viewer {
display
: inline-block;
.av-img
{
max-height
:
calc
(~
"100vh - 200px"
)
!important
; //Not inherit style
from
any module using this module.
max-width
:
100%
; } }