Fix embedded file width on markdown page

This commit is contained in:
Raphael Wickihalder 2022-04-05 20:47:04 +02:00
parent a2b567889e
commit 134cef103a
No known key found for this signature in database
GPG key ID: 05179BB92383243D

View file

@ -1217,9 +1217,13 @@ img {
margin-bottom: -1px !important;
// margin-left:2px !important;
}
.claim-link {
width: 40%;
margin-top: var(--spacing-xs);
}
.comments {
.markdown-preview {
.claim-link {
width: 40%;
margin-top: var(--spacing-xs);
}
}
}
.hide-ribbon {