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

Merge branch '530-lib-cards' into 'develop'

Resolve "Cards not scaling properly on browse tab"

Closes #530

See merge request funkwhale/funkwhale!408
parents 5fb7c176 a9ac0ecb
No related branches found
No related tags found
No related merge requests found
Set sane width default for ui cards and center play button (#530)
...@@ -120,9 +120,9 @@ export default { ...@@ -120,9 +120,9 @@ export default {
width: 100%; width: 100%;
} }
.ui.cards { .ui.cards {
justify-content: center; justify-content: flex-start;
} }
.ui.cards > .card { .ui.five.cards > .card {
width: 15em; width: 15em;
} }
.with-overlay { .with-overlay {
...@@ -135,3 +135,8 @@ export default { ...@@ -135,3 +135,8 @@ export default {
align-items: center !important; align-items: center !important;
} }
</style> </style>
<style>
.ui.cards .ui.button {
margin-right: 0px;
}
</style>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment