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