Added filter bar to all pages. Added 'upcoming' marker. Improved date tidbit.

This commit is contained in:
2019-11-15 05:10:59 +01:00
parent a612045ee0
commit 5620dfcb65
18 changed files with 180 additions and 55 deletions

View File

@@ -132,15 +132,31 @@
align-items: center;
justify-content: space-between;
position: absolute;
font-size: 0;
}
.site[data-v-3abcf101],
.date[data-v-3abcf101] {
color: #fff;
background: rgba(0, 0, 0, 0.5);
position: relative;
font-size: .8rem;
padding: .25rem;
text-decoration: none;
}
.date.upcoming[data-v-3abcf101]:before {
content: '';
color: #fff;
background: #ff6c88;
width: .25rem;
display: inline-block;
position: absolute;
top: 0;
bottom: 0;
left: -.75rem;
padding: .25rem;
font-size: .8rem;
font-weight: bold;
}
.site[data-v-3abcf101] {
font-weight: bold;
}
@@ -245,8 +261,7 @@
max-width: 100%;
}
.item[data-v-cbb14462] {
height: 100%;
max-height: 18rem;
height: 18rem;
vertical-align: middle;
}
@@ -377,9 +392,12 @@
.hideable[data-v-2bc41e74] {
display: none;
}
.showable[data-v-2bc41e74] {
.row .showable[data-v-2bc41e74] {
display: block;
}
.tidbit .showable[data-v-2bc41e74] {
display: inline-block;
}
.logo-site[data-v-2bc41e74] {
width: 15rem;
max-width: 100%;