fix wrong id

master
Aevann 2023-10-02 06:12:24 +03:00
parent 19b8e18db2
commit a27d8889a2
2 changed files with 3 additions and 3 deletions

View File

@ -6893,7 +6893,7 @@ div.markdown {
margin-bottom: 10px !important;
}
#expandImageModal > .modal-dialog {
#m-expandImage > .modal-dialog {
max-width: 100% !important;
max-height: 100%;
height: 100%;
@ -7547,7 +7547,7 @@ th.disable-sort-click[disabled] {
box-shadow: inset 0 -4px 0 white;
}
#expandImageModal a {
#m-expandImage a {
pointer-events: auto;
}

View File

@ -80,7 +80,7 @@ blockquote {
color: var(--gray-400) !important
}
#frontpage div#expandImageModal.modal.expanded-image-modal {
#frontpage div#m-expandImage.modal.expanded-image-modal {
background-color: transparent !important;
}