fixed linked materials display
This commit is contained in:
parent
37f199416f
commit
7f7cbb9c7e
|
@ -2001,10 +2001,11 @@ article.card {
|
||||||
margin: 0 0 0.5em; }
|
margin: 0 0 0.5em; }
|
||||||
article.card.modal-card section.col-right section.linked-materials {
|
article.card.modal-card section.col-right section.linked-materials {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-flow: row;
|
flex-flow: row wrap;
|
||||||
justify-content: space-between; }
|
justify-content: space-between; }
|
||||||
article.card.modal-card section.col-right section.linked-materials > article.linkedmaterialcard {
|
article.card.modal-card section.col-right section.linked-materials > article.linkedmaterialcard {
|
||||||
flex-basis: 0 0 50%; }
|
flex-basis: 0 0 50%;
|
||||||
|
margin-bottom: 0.5em; }
|
||||||
article.card.modal-card section.col-right nav.tools {
|
article.card.modal-card section.col-right nav.tools {
|
||||||
opacity: 1; }
|
opacity: 1; }
|
||||||
article.card.modal-card section.col-right nav.tools section.close span.btn.mdi-close {
|
article.card.modal-card section.col-right nav.tools section.close span.btn.mdi-close {
|
||||||
|
|
|
@ -1179,10 +1179,11 @@ article.card{
|
||||||
}
|
}
|
||||||
section.linked-materials{
|
section.linked-materials{
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-flow: row;
|
flex-flow: row wrap;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
>article.linkedmaterialcard{
|
>article.linkedmaterialcard{
|
||||||
flex-basis: 0 0 50%;
|
flex-basis: 0 0 50%;
|
||||||
|
margin-bottom: 0.5em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
nav.tools{
|
nav.tools{
|
||||||
|
|
Loading…
Reference in New Issue