Gitiles
Code Review
Sign In
gerrit.avm99963.com
/
infinitegforums
/
8c6ce3ef3d607ea949c75f43b9f88c816ed2c7c1
/
.
/
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
);
}