diff --git a/public/s/css/f0ck.css b/public/s/css/f0ck.css index c1621b3..7c1c6cd 100644 --- a/public/s/css/f0ck.css +++ b/public/s/css/f0ck.css @@ -646,7 +646,7 @@ html[theme='f0ck95'] { --scroller-bg: #424242; --footbar-color: #000; --loading-indicator-color: #000; - --img-border-width: 2px; + --img-border-width: 0; --img-border-color: #808080; } @@ -832,6 +832,11 @@ html[theme="f0ck95"] input { color: #000; } +html[theme="f0ck95"] .embed-responsive-image { + left: 2px; + right: 2px; +} + /* f0ck95dARK */ html[theme='f0ck95d'] { --accent: #fff; @@ -869,7 +874,7 @@ html[theme='f0ck95d'] { --scroller-bg: #424242; --footbar-color: #fff; --loading-indicator-color: #fff; - --img-border-width: 2px; + --img-border-width: 0; --img-border-color: #808080; } @@ -895,6 +900,11 @@ html[theme="f0ck95d"] .container { padding-top: 10px; } +html[theme="f0ck95d"] .embed-responsive-image { + left: 2px; + right: 2px; +} + html[theme="f0ck95d"] .media-object { border-left: inset 2px silver; border-right: outset 2px silver; @@ -1705,8 +1715,8 @@ span.placeholder { .embed-responsive-image { position: absolute; top: 0; - left: 2px; - right: 2px; + left: 0; + right: 0; width: auto; height: 100%; box-sizing: content-box;