Display sensitive quotes properly

This commit is contained in:
Zed 2019-06-25 02:58:33 +02:00
parent a098d3ea84
commit 94b2187453
4 changed files with 34 additions and 2 deletions

View file

@ -652,6 +652,7 @@ video {
.quote-media {
display: flex;
justify-content: center;
pointer-events: none;
}
.quote-media img {
@ -676,3 +677,22 @@ video {
font-size: 12px;
font-weight: bold;
}
.quote-sensitive {
background: #353535;
width: 102px;
height: 102px;
border-radius: 12px;
display: flex;
justify-content: center;
align-items: center;
}
.quote-sensitive-icon {
font-size: 25px;
width: 37px;
height: 32px;
background-color: #4e4e4e;
padding-bottom: 5px;
margin: 0;
}