~jadedctrl/jam-xwx-moe
Showing details for patch e514ba9d57d29fb8aedf7aff7b4f698cae9ea302.
diff -rN -u old-jam-xwx-moe/bloat/instance/ktp/style.css new-jam-xwx-moe/bloat/instance/ktp/style.css --- old-jam-xwx-moe/bloat/instance/ktp/style.css 2024-11-23 16:47:03.193182968 +0000 +++ new-jam-xwx-moe/bloat/instance/ktp/style.css 2024-11-23 16:47:03.193182968 +0000 @@ -1,5 +1,5 @@ body { - background-color: #d2d2d2; + background-color: #f7f7f7; } .status-container-container { @@ -13,7 +13,7 @@ } .status-container-container.highlight { - background-color: #eeeeee; + background-color: #faf0bb; } .status-container { @@ -122,6 +122,7 @@ .page-title { font-size: 18pt; margin: 8px 0; + background-color: #e2c2f2; } .post-form { @@ -317,13 +318,14 @@ } a, .btn-link { - color: #464acc; + color: #806c0d; text-decoration: none; } a:hover, .btn-link:hover { - color: #8387bf; + color: #806c0d; + text-decoration: underline; } .status-visibility { @@ -343,17 +345,22 @@ position: relative; } +.status-media-container .img-link { + width: 384px; +} + .status-profile-img-container .img-link { width: 48px; } .status-nsfw-overlay { - background: black; position: absolute; top: 0; bottom: 0; left: 0; right: 0; + height: 240px; + max-height: 100%; } .img-link:hover .status-nsfw-overlay { diff -rN -u "old-jam-xwx-moe/bloat/instance/\305\235ablonoj/status.tmpl" "new-jam-xwx-moe/bloat/instance/\305\235ablonoj/status.tmpl" --- "old-jam-xwx-moe/bloat/instance/\305\235ablonoj/status.tmpl" 2024-11-23 16:47:03.193182968 +0000 +++ "new-jam-xwx-moe/bloat/instance/\305\235ablonoj/status.tmpl" 2024-11-23 16:47:03.193182968 +0000 @@ -109,7 +109,7 @@ <a class="img-link" href="{{.URL}}" target="_blank" title="{{.Description}}"> <img class="status-image" src="{{.PreviewURL}}" alt="status-image" height="240" /> {{if (and $.Ctx.MaskNSFW $s.Sensitive)}} - <div class="status-nsfw-overlay"></div> + <img src="https://jam.xwx.moe/static/bildoj/konsterna.jpg" class="status-nsfw-overlay"/> {{end}} </a> {{end}} @@ -138,7 +138,7 @@ <a href="{{.URL}}" target="_blank"> [video] </a> </video> {{if (and $.Ctx.MaskNSFW $s.Sensitive)}} - <div class="status-nsfw-overlay"></div> + <img src="https://jam.xwx.moe/static/bildoj/konsterna.jpg" class="status-nsfw-overlay"/> {{end}} </div> {{end}}