From be254a7d4d0afedaa8217345770d7689d54901be Mon Sep 17 00:00:00 2001 From: Steffen van Bergerem Date: Wed, 10 Feb 2016 01:20:05 +0100 Subject: [PATCH] Fix placement of gallery navigation arrows --- app/assets/stylesheets/gallery.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/assets/stylesheets/gallery.scss b/app/assets/stylesheets/gallery.scss index 3276dcb4f..3cfcb2d2b 100644 --- a/app/assets/stylesheets/gallery.scss +++ b/app/assets/stylesheets/gallery.scss @@ -11,8 +11,10 @@ $thumbnail-active-size: $thumbnail-size + $thumbnail-margin; [class^="entypo-"], [class*="entypo-"] { color: $text-grey; + display: block; width: 40px; height: 40px; + line-height: 40px; margin: 0; padding: 0; }