From 95435143de8fc5502a46cd76b356a9d1d7cf0dfe Mon Sep 17 00:00:00 2001 From: Hannes Mannerheim Date: Tue, 19 May 2015 14:28:33 +0200 Subject: [PATCH] fix for #166 --- css/qvitter.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/css/qvitter.css b/css/qvitter.css index ae2e330..96a6089 100644 --- a/css/qvitter.css +++ b/css/qvitter.css @@ -4789,7 +4789,10 @@ body.rtl #feed-header-inner h2 { .stream-item > .queet a { pointer-events: none; } - .stream-item.expanded > .queet a { + .stream-item.expanded > .queet a, + .stream-item.follow > .queet a, + .stream-item.repeat > .queet a, + .stream-item.like > .queet a { pointer-events: auto; }