summaryrefslogtreecommitdiff
path: root/themes/night.less
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-07 11:54:47 +0300
committerAndrew Dolgov <[email protected]>2018-12-07 11:54:47 +0300
commita538dd0f7f12832ee6ca5b14a846a7926c3872f8 (patch)
treee140119de5cfff7cf02eb7b5313dbcc74cf0a604 /themes/night.less
parent00716980c0b2fc9166758db14247efd87beb6297 (diff)
chrome: remove huge play/pause button on videos
Diffstat (limited to 'themes/night.less')
-rw-r--r--themes/night.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/night.less b/themes/night.less
index c0680bf5a..761308b13 100644
--- a/themes/night.less
+++ b/themes/night.less
@@ -167,7 +167,7 @@ body.flat.ttrss_main {
.cdm .content-inner img,
.post .content video,
.cdm .content-inner video {
- transition : opacity 0.5s linear, filter 0.5s linear;
+ transition : opacity 0.2s linear, filter 0.2s linear;
}
.post .content img:not(:hover),