Preview multiple mediatags
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user