Gitiles
Code Review
Sign In
gerrit.avm99963.com
/
infinitegforums
/
d23676aa422a81611c75ad4c10d1374ae6f77d38
/
.
/
src
/
static
/
css
/
image_max_height.css
blob: 2e9b48bde52a4fe3f1f312738022a606a8a95af8 [
file
] [
log
] [
blame
]
Adrià Vilanova MartÃnez
9d27c21
2021-12-05 13:54:10 +0100
[
diff
] [
blame
]
1
ec-question
.
body img
,
2
ec-message
.
body img
{
3
/* "Max height = full height - 2 * height of the header" */
4
max-height
:
calc
(
100vh
-
2
*
64px
);
5
}