mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-14 15:14:56 -04:00
11 lines
248 B
SCSS
11 lines
248 B
SCSS
/*!
|
|
* SPDX-FileCopyrightText: 2021 The HedgeDoc developers (see AUTHORS file)
|
|
*
|
|
* SPDX-License-Identifier: AGPL-3.0-only
|
|
*/
|
|
|
|
.lightbox img {
|
|
max-width: calc(100vw - 3.5rem);
|
|
max-height: calc(100vh - 3.5rem - 75px);
|
|
object-fit: contain;
|
|
}
|