forked from DebaucheryLibrarian/traxxx
Fixed scene tile thumbnail mobile aspect ratio. Increased release page tag section height to better fit first two tag rows.
This commit is contained in:
parent
df71bfb483
commit
1cf0e166bb
|
@ -345,7 +345,7 @@ export default {
|
||||||
|
|
||||||
.thumbnail {
|
.thumbnail {
|
||||||
width: 9rem;
|
width: 9rem;
|
||||||
height: 100%;
|
height: 6rem;
|
||||||
font-size: 0;
|
font-size: 0;
|
||||||
box-shadow: 0 0 3px var(--shadow-weak);
|
box-shadow: 0 0 3px var(--shadow-weak);
|
||||||
|
|
||||||
|
|
|
@ -93,7 +93,7 @@ export default {
|
||||||
}
|
}
|
||||||
|
|
||||||
.tags {
|
.tags {
|
||||||
max-height: 4.6rem;
|
max-height: 4.7rem;
|
||||||
padding: 2px 1rem 0 1rem;
|
padding: 2px 1rem 0 1rem;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
Loading…
Reference in New Issue