Skip to content
Snippets Groups Projects
Unverified Commit 89393aaf authored by tamaina's avatar tamaina Committed by GitHub
Browse files

Merge pull request #10248 from saschanaz/alt-pre-line

fix(frontend/MkMediaList): altメッセージのnewlineを認識
parents 5888da19 d90a98a8
No related branches found
No related tags found
No related merge requests found
......@@ -118,7 +118,7 @@ onMounted(() => {
});
lightbox.init();
window.addEventListener('popstate', () => {
if (lightbox.pswp && lightbox.pswp.isOpen === true) {
lightbox.pswp.close();
......@@ -239,5 +239,6 @@ const previewable = (file: misskey.entities.DriveFile): boolean => {
max-height: 8em;
overflow-y: auto;
text-shadow: var(--bg) 0 0 10px, var(--bg) 0 0 3px, var(--bg) 0 0 3px;
white-space: pre-line;
}
</style>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment