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