master #50

Merged
schrumpel merged 101 commits from master into dev 2022-10-22 23:40:03 +00:00
2 changed files with 23 additions and 26 deletions
Showing only changes of commit 5be4670ba3 - Show all commits

View File

@ -617,7 +617,6 @@ html[theme="f0ck95"] ._204863 {
border-top: inset 2px silver;
border-right: outset 2px silver;
border-bottom: outset 2px silver;
z-index: 1;
}
html[theme="f0ck95"] .container {
@ -626,7 +625,7 @@ html[theme="f0ck95"] .container {
html[theme="f0ck95"] .media-object {
border-left: inset 2px silver;
border-bottom: outset 2px silver;
/* border-bottom: outset 2px silver; */
border-right: outset 2px silver;
}
@ -639,7 +638,7 @@ html[theme="f0ck95"] .embed-responsive-image {
}
html[theme="f0ck95"] #f0ck-image {
padding-bottom: 2px;
padding: 5px;
}
html[theme="f0ck95"] span.placeholder {
@ -763,7 +762,6 @@ html[theme="f0ck95d"] .container {
html[theme="f0ck95d"] .media-object {
border-left: inset 2px silver;
border-bottom: outset 2px silver;
border-right: outset 2px silver;
}
@ -776,7 +774,7 @@ html[theme="f0ck95d"] .embed-responsive-image {
}
html[theme="f0ck95d"] #f0ck-image {
padding-bottom: 1px;
padding: 5px;
}
html[theme="f0ck95d"] html, body {
@ -811,7 +809,6 @@ html[theme="f0ck95d"] .metadata {
html[theme="f0ck95d"] .media-object {
border-left: inset 1px silver;
border-bottom: outset 1px silver;
border-right: outset 1px silver;
}

View File

@ -58,7 +58,7 @@
: f0ckimagescroll.setAttribute("style", "overflow-y: scroll");
f0ckimage.hasAttribute("style")
? f0ckimage.removeAttribute("style")
: f0ckimage.setAttribute("style", "max-height: none; height: auto; width: 100%; position: absolute; left: 0; padding: 0px 2px 0px 2px;");
: f0ckimage.setAttribute("style", "max-height: none; height: auto; width: 100%; position: absolute; left: 0; padding: 5px;");
});
}
// </image-responsive>