Add spinner while loading preview

This commit is contained in:
yflory
2020-03-31 17:03:16 +02:00
parent 6a10ec711a
commit d8d515a450
2 changed files with 12 additions and 3 deletions

View File

@@ -114,7 +114,6 @@
align-items: center;
justify-content: center;
.cp-mediatag-container {
height: 100%;
width: 100%;
media-tag {
& > * {
@@ -132,6 +131,10 @@
color: @cryptpad_text_col;
}
}
.cp-spinner {
border-color: @colortheme_logo-1;
border-top-color: transparent;
}
}
}
}