forked from DebaucheryLibrarian/traxxx
Added compact sidebar. Added tag sections and posters.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user