Increased tile heart button size. Hiding entity tile info under hover effect.

This commit is contained in:
DebaucheryLibrarian
2021-11-21 00:15:19 +01:00
parent a5081bc7c9
commit ab29ab053e
4 changed files with 16 additions and 13 deletions

View File

@@ -252,8 +252,8 @@ export default {
}
.stash {
width: 1.25rem;
height: 1.25rem;
width: 1.5rem;
height: 1.5rem;
padding: .25rem .5rem .5rem .25rem;
position: absolute;
top: 0;

View File

@@ -299,8 +299,8 @@ export default {
}
.stash {
width: 1.25rem;
height: 1.25rem;
width: 1.5rem;
height: 1.5rem;
position: absolute;
top: 0;
right: 0;