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