From 0244019ca17288802a144c84b7e0f319f1685695 Mon Sep 17 00:00:00 2001 From: Ondřej Hruška Date: Fri, 21 Jul 2017 21:12:43 +0200 Subject: Fixed horrible outline around notif clearing checkbox & moved the overlay to a more sr-friendly place --- app/javascript/glitch/components/notification/follow.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/javascript/glitch/components/notification') diff --git a/app/javascript/glitch/components/notification/follow.js b/app/javascript/glitch/components/notification/follow.js index 0e0065eb1..d340e83c8 100644 --- a/app/javascript/glitch/components/notification/follow.js +++ b/app/javascript/glitch/components/notification/follow.js @@ -103,7 +103,6 @@ We can now render our component. return (
-
@@ -117,6 +116,7 @@ We can now render our component.
+
); } -- cgit