Preview multiple mediatags

This commit is contained in:
yflory
2020-04-01 12:04:31 +02:00
parent 81b460abd8
commit 572db00987
4 changed files with 185 additions and 58 deletions

View File

@@ -129,6 +129,7 @@
text-align: left;
word-break: break-word;
color: @cryptpad_text_col;
padding: 5px;
}
}
.cp-spinner {
@@ -136,6 +137,18 @@
border-top-color: transparent;
}
}
.cp-mediatag-outer {
display: flex;
height: 100%;
width: 100%;
align-items: center;
.cp-mediatag-control {
.fa {
margin: 10px;
cursor: pointer;
}
}
}
}
}
}