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