Compare commits

...

3 Commits

Author SHA1 Message Date
zoe 1e0860239b iframe support 2022-04-29 15:03:37 +02:00
zoe 806f73bf9f fix alt text 2022-04-29 14:44:36 +02:00
zoe e8a44f7b33 fix images not showing up correctly 2022-04-29 14:31:32 +02:00
2 changed files with 15 additions and 0 deletions

View File

@ -27,9 +27,12 @@ footer {
} }
#content p, #content p,
#content img,
#content img,
#content ul, #content ul,
#content ol, #content ol,
#content table, #content table,
#content iframe,
code, code,
.postdescription, .postdescription,
hr, hr,
@ -39,6 +42,14 @@ hr,
margin-left: 24%; margin-left: 24%;
} }
#content img,
#content iframe{
display: block;
overflow: hidden;
max-width: 52%;
max-height: 100%;
}
p code{ p code{
margin-left:0; margin-left:0;
margin-right: 0; margin-right: 0;

View File

@ -25,6 +25,10 @@ input[type="checkbox"] {
display: flex; display: flex;
} }
img {
border-style: solid;
}
.togglelabel::after { .togglelabel::after {
left: calc(100% - 67pt); left: calc(100% - 67pt);
content: ""; content: "";