Using scroll component for release banner, adding expand button.

This commit is contained in:
2020-06-29 04:43:39 +02:00
parent 8f9eb91b13
commit b22fdd841b
4 changed files with 56 additions and 29 deletions

View File

@@ -105,16 +105,11 @@ export default {
}
.photo {
width: 10rem;
height: 15rem;
box-shadow: 0 0 3px $shadow-weak;
object-fit: cover;
}
.expand {
border-bottom: solid 1px var(--darken-hint);
}
@media(max-width: $breakpoint3) {
.photos {
&.empty.avatar {