From bf15ad0e126eeeb97dd8d5cb63d33f64c62fcccb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E6=96=87=E5=AF=8C?= Date: Fri, 28 Nov 2014 16:10:45 +0800 Subject: [PATCH] Fix icon name background alignment on mobile view closes #25 --- HISTORY.md | 5 +++++ public/style.css | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index abbb364..a4d3104 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,8 @@ +unreleased +========== + + * Fix icon name background alignment on mobile view + 1.5.1 / 2014-11-22 ================== diff --git a/public/style.css b/public/style.css index 0709908..eb99dc9 100644 --- a/public/style.css +++ b/public/style.css @@ -249,7 +249,7 @@ ul#files.view-details li.header { display: inline-block; width: 100%; text-indent: 0; - background-position: 0 0; + background-position: 0 50%; } #files .icon .name { text-indent: 41px;