mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
limit the size of rendered images
This commit is contained in:
parent
d73fef7fe5
commit
997b46a3f7
@ -81,7 +81,12 @@
|
||||
#content ol {
|
||||
font-size: 26px;
|
||||
}
|
||||
|
||||
#content img {
|
||||
position: relative;
|
||||
max-width: 90%;
|
||||
max-height: 90%;
|
||||
margin: auto;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user