From afe78c4e066a3c754f081a44a85131d1ec794b52 Mon Sep 17 00:00:00 2001 From: KodeStar Date: Sun, 4 Feb 2018 18:27:13 +0000 Subject: [PATCH] make whole tile clickable --- public/css/app.css | 5 +++-- public/mix-manifest.json | 2 +- resources/assets/sass/_app.scss | 5 +++-- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/public/css/app.css b/public/css/app.css index 6b398425..644b335e 100644 --- a/public/css/app.css +++ b/public/css/app.css @@ -529,12 +529,13 @@ body { right: 0; top: 0; height: 100%; - width: 52px; - text-align: center; + width: 100%; + text-align: right; line-height: 90px; color: white; font-size: 24px; z-index: 1; + padding-right: 10px; } .item .title { diff --git a/public/mix-manifest.json b/public/mix-manifest.json index a08a5a8d..285f91de 100644 --- a/public/mix-manifest.json +++ b/public/mix-manifest.json @@ -1,4 +1,4 @@ { - "/css/app.css": "/css/app.css?id=b971aae44f35616b817d", + "/css/app.css": "/css/app.css?id=2bcada6f52a2ee8447df", "/js/app.js": "/js/app.js?id=aa9e426dc7b92d42d3b2" } \ No newline at end of file diff --git a/resources/assets/sass/_app.scss b/resources/assets/sass/_app.scss index 3b6518ec..67a60def 100644 --- a/resources/assets/sass/_app.scss +++ b/resources/assets/sass/_app.scss @@ -237,12 +237,13 @@ body { right: 0; top: 0; height: 100%; - width: 52px; - text-align: center; + width: 100%; + text-align: right; line-height: 90px; color: white; font-size: 24px; z-index: 1; + padding-right: 10px; } .title { font-size: 16px;