Skip to content
Snippets Groups Projects
Commit 079671ef authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Merge branch '710-make-album-cards-independent' into 'develop'

Make album cards independent

Closes #710

See merge request funkwhale/funkwhale!851
parents c5e68112 493ef093
No related branches found
No related tags found
No related merge requests found
Make album cards height independent (#710)
<template> <template>
<div class="ui card"> <div :class="['ui', 'card', mode]">
<div class="content"> <div class="content">
<div class="right floated tiny ui image"> <div class="right floated tiny ui image">
<img v-if="album.cover.original" v-lazy="$store.getters['instance/absoluteUrl'](album.cover.square_crop)"> <img v-if="album.cover.original" v-lazy="$store.getters['instance/absoluteUrl'](album.cover.square_crop)">
...@@ -138,4 +138,8 @@ tr { ...@@ -138,4 +138,8 @@ tr {
.expand { .expand {
cursor: pointer; cursor: pointer;
} }
.ui .card.rich {
align-self: flex-start;
}
</style> </style>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment