summaryrefslogtreecommitdiffstats
path: root/web/sass-files
diff options
context:
space:
mode:
authorFlorian Orben <florian.orben@gmail.com>2015-10-19 22:48:15 +0200
committerFlorian Orben <florian.orben@gmail.com>2015-10-21 18:13:59 +0200
commit62a32f71875465f045b89486e234eb282975858a (patch)
treec904f2ec08bc31eea9c39755c46285c146c63b42 /web/sass-files
parentcd5df514c7d3130c9765a8160dfd31abccb8b741 (diff)
downloadchat-62a32f71875465f045b89486e234eb282975858a.tar.gz
chat-62a32f71875465f045b89486e234eb282975858a.tar.bz2
chat-62a32f71875465f045b89486e234eb282975858a.zip
always show stop gif button on small screen sizes
Diffstat (limited to 'web/sass-files')
-rw-r--r--web/sass-files/sass/partials/_responsive.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/web/sass-files/sass/partials/_responsive.scss b/web/sass-files/sass/partials/_responsive.scss
index 3bffe82a2..c8bb24f3a 100644
--- a/web/sass-files/sass/partials/_responsive.scss
+++ b/web/sass-files/sass/partials/_responsive.scss
@@ -758,6 +758,10 @@
.post-comments {
padding: 9px 21px 10px 10px !important;
}
+
+ .post-image__column .post__image .file-playback-controls.stop, .image-wrapper > a .file-playback-controls.stop {
+ @include opacity(1);
+ }
}
@media screen and (max-width: 640px) {
.access-history__table {