diff --git a/stylesheets/style.css b/stylesheets/style.css index 51a679e8..cca74127 100644 --- a/stylesheets/style.css +++ b/stylesheets/style.css @@ -570,3 +570,21 @@ form.ban-appeal textarea { display: inline-block; vertical-align: middle; } + +/* Containerchan */ + video.post-image { + display: block; + float: left; + margin: 10px 20px; + border: none; + } + div.post video.post-image { + padding: 0px; + margin: 10px 25px 5px 5px; + } + span.settings { + position: fixed; + top: 1em; + right: 1em; + } +