Merge pull request #725 from patriceac/patch-9

Limit the size of zoomed-in source images
This commit is contained in:
cmdr2 2022-12-29 10:18:17 +05:30 committed by GitHub
commit af43a92a2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1112,6 +1112,8 @@ div.task-initimg:hover div.task-fs-initimage {
z-index: 9999; z-index: 9999;
box-shadow: 0 0 30px #000; box-shadow: 0 0 30px #000;
margin-top:-64px; margin-top:-64px;
max-width: 75vw;
max-height: 75vh;
} }
div.top-right { div.top-right {
position: absolute; position: absolute;