Moved mobile scene tile details bar to top. Minor scene tile improvements.

This commit is contained in:
DebaucheryLibrarian
2021-01-19 16:31:02 +01:00
parent ca8429150e
commit b89fe1805f
12 changed files with 24 additions and 11 deletions

View File

@@ -127,7 +127,7 @@ export default {
.icon {
fill: var(--lighten-weak);
margin: -.1rem .25rem 0 0;
margin: 0 .25rem 0 0;
}
&:hover .icon {
@@ -170,6 +170,15 @@ export default {
}
*/
.details .favicon {
padding: .25rem .5rem;
}
.date,
.site {
font-size: .75rem;
}
.date {
padding: .25rem .5rem;
}