Added compact sidebar. Added tag sections and posters.

This commit is contained in:
2020-03-25 02:48:54 +01:00
parent d724f96728
commit 15a386ad05
48 changed files with 466 additions and 119 deletions

View File

@@ -37,28 +37,27 @@ export default {
@import 'theme';
.tile {
color: var(--text);
background: var(--background);
color: var(--text-light);
background: var(--profile);
display: flex;
flex-direction: column;
align-items: center;
align-items: left;
justify-content: flex-end;
box-sizing: border-box;
box-shadow: 0 0 3px rgba(0, 0, 0, .25);
text-align: center;
text-decoration: none;
box-shadow: inset 0 0 3px var(--darken);
}
.poster {
width: 100%;
height: 14rem;
object-fit: cover;
box-shadow: 0 0 3px var(--darken);
}
.title {
height: 100%;
display: flex;
align-items: center;
justify-content: center;
font-size: 1rem;
padding: .5rem 1rem;
font-weight: bold;