blob: 2e9b48bde52a4fe3f1f312738022a606a8a95af8 [file] [log] [blame]
Adrià Vilanova Martínez9d27c212021-12-05 13:54:10 +01001ec-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}