Skip to content
Snippets Groups Projects
Commit 493ef093 authored by Rodrigo Leite's avatar Rodrigo Leite Committed by Eliot Berriot
Browse files

Make album cards independent

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