set width default for card and center play button
This commit is contained in:
parent
5fb7c1761d
commit
a9ac0ecbdf
|
@ -0,0 +1 @@
|
||||||
|
Set sane width default for ui cards and center play button (#530)
|
|
@ -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 {
|
||||||
align-items: center !important;
|
align-items: center !important;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
<style>
|
||||||
|
.ui.cards .ui.button {
|
||||||
|
margin-right: 0px;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|
Loading…
Reference in New Issue