Design change for chart tiles

This commit is contained in:
krateng 2022-05-05 17:38:11 +02:00
parent a073930601
commit 96778709bd
2 changed files with 7 additions and 3 deletions

View File

@ -16,6 +16,7 @@ minor_release_name: "Soyeon"
- "[Bugfix] Fixed inclusion of custom css files"
- "[Bugfix] Fixed list values in configuration"
3.1.2:
commit: "a0739306013cd9661f028fb5b2620cfa2d298aa4"
notes:
- "[Feature] Added remix artist parsing"
- "[Feature] Added API debug mode"

View File

@ -848,8 +848,11 @@ table.tiles_top td div {
table.tiles_top td span {
background-color:rgba(0,0,0,0.7);
display: table-cell;
display: inline-block;
margin-top:2%;
padding: 3px;
max-width: 70%;
vertical-align: text-top;
}
table.tiles_top td a:hover {
text-decoration: none;
@ -863,12 +866,12 @@ table.tiles_1x1 td {
table.tiles_2x2 td {
height:50%;
width:50%;
font-size:90%
font-size:80%
}
table.tiles_3x3 td {
height:33.333%;
width:33.333%;
font-size:70%
font-size:60%
}
table.tiles_4x4 td {
font-size:50%