Cleanup unused frontend components

This commit is contained in:
Qstick
2021-04-25 10:02:18 -04:00
parent 6dc475cf53
commit 2b6b17707d
110 changed files with 102 additions and 2602 deletions
@@ -0,0 +1,38 @@
.result {
display: flex;
padding: 3px;
cursor: pointer;
}
.poster {
width: 35px;
height: 50px;
}
.titles {
flex: 1 1 1px;
}
.title {
flex: 1 1 1px;
margin-left: 5px;
}
.alternateTitle {
composes: title;
color: $disabledColor;
font-size: $smallFontSize;
}
.tagContainer {
composes: title;
}
@media only screen and (max-width: $breakpointSmall) {
.titles,
.title,
.alternateTitle {
@add-mixin truncate;
}
}