Fix quote badge position

This commit is contained in:
Zed 2019-06-24 22:23:00 +02:00
parent b0b23800e1
commit fb3c8ab5c3
1 changed files with 2 additions and 2 deletions

View File

@ -50,8 +50,6 @@ a:hover {
.status-el {
overflow-wrap: break-word;
word-wrap: break-word;
word-break: break-word;
border-left-width: 0;
min-width: 0;
padding: .75em;
@ -647,6 +645,7 @@ video {
.quote-media-container {
display: flex;
flex-direction: column;
align-items: center;
overflow: hidden;
max-height: 102px;
@ -664,6 +663,7 @@ video {
.quote-media img {
width: 100%;
height: 100%;
align-self: center;
}
.quote-badge {