Block YouTube video by default

This commit is contained in:
2019-02-23 19:08:34 +01:00
parent d9fe86d160
commit 2e07945994
3 changed files with 63 additions and 9 deletions

View File

@ -25,6 +25,10 @@ a {
color: #72afd2;
}
.cursor-pointer {
cursor: pointer;
}
/**
* Sceditor iframe
*/

View File

@ -63,6 +63,20 @@
text-align: center;
}
.post .post-youtube.post-youtube-placeholder {
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-around;
background-color: #3c8dbc;
color: white;
border-radius: 5px;
}
.post .post-youtube.post-youtube-placeholder .title {
font-size: 150%;
}
.post .post-youtube {
width: 100%;
height: 300px;