Add padding to transclusions

To prevent transclusion links from overlaying the content.
This commit is contained in:
Ole Eskild Steensen 2023-01-06 15:22:40 +01:00 committed by GitHub
parent 84a4092cc7
commit 44f642af10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,6 +39,7 @@ body {
div.transclusion {
position: relative;
padding: 8px;
.markdown-embed-link {
z-index: 99;
display: block;