Gitiles
Code Review
Sign In
gerrit.avm99963.com
/
infinitegforums
/
61f782f23caa9496e1a3f81e25986fb7de37bf26
/
.
/
src
/
static
/
css
/
image_max_height.css
blob: 66494b9a810db86ae8876b4bbb1c45800445c3b9 [
file
] [
log
] [
blame
]
ec-question
.
body img
,
ec-message
.
body img
,
ec-thread-summary
.
main
.
content
.
body img
,
.
scTailwindThreadPostcontentroot img
{
/* "Max height = full height - 2 * height of the header" */
max-height
:
calc
(
100vh
-
2
*
64px
);
}