make whole tile clickable

This commit is contained in:
KodeStar 2018-02-04 18:27:13 +00:00
parent eaf692daa1
commit afe78c4e06
3 changed files with 7 additions and 5 deletions

5
public/css/app.css vendored
View file

@ -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 {

View file

@ -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"
}

View file

@ -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;