Fix image/gif properly
This commit is contained in:
parent
a901e50df5
commit
1bae69e5b0
2 changed files with 14 additions and 5 deletions
|
@ -67,7 +67,7 @@ a:hover {
|
|||
padding: 0;
|
||||
vertical-align: bottom;
|
||||
flex-basis: 100%;
|
||||
margin-bottom: .5em;
|
||||
margin-bottom: .2em;
|
||||
}
|
||||
|
||||
.media-heading a {
|
||||
|
@ -200,7 +200,7 @@ nav {
|
|||
}
|
||||
|
||||
.attachments {
|
||||
margin-top: .5em;
|
||||
margin-top: .35em;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
width: 100%;
|
||||
|
@ -257,7 +257,7 @@ video {
|
|||
}
|
||||
|
||||
.media-gif {
|
||||
display: table-cell;
|
||||
display: inline-block;
|
||||
background-color: unset;
|
||||
}
|
||||
|
||||
|
@ -294,6 +294,15 @@ video {
|
|||
flex-basis: 300px;
|
||||
}
|
||||
|
||||
.image {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.single-image {
|
||||
display: inline-block;
|
||||
width: unset;
|
||||
}
|
||||
|
||||
.avatar {
|
||||
float: left;
|
||||
margin-top: 3px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue