Merge pull request 'hopefully last one for tonigh 👀' (#42) from dev into master

Reviewed-on: #42
This commit is contained in:
Kibi Kelburton 2022-05-17 02:55:38 +02:00
commit 5be4670ba3
2 changed files with 23 additions and 26 deletions

View File

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

View File

@ -58,7 +58,7 @@
: f0ckimagescroll.setAttribute("style", "overflow-y: scroll"); : f0ckimagescroll.setAttribute("style", "overflow-y: scroll");
f0ckimage.hasAttribute("style") f0ckimage.hasAttribute("style")
? f0ckimage.removeAttribute("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> // </image-responsive>