mirror of
https://github.com/linuxserver/Heimdall.git
synced 2026-02-21 12:10:34 +09:00
make whole tile clickable
This commit is contained in:
5
public/css/app.css
vendored
5
public/css/app.css
vendored
@@ -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 {
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
5
resources/assets/sass/_app.scss
vendored
5
resources/assets/sass/_app.scss
vendored
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user