Skip to content

Commit

Permalink
Fix wrong flex direction for non-video cards
Browse files Browse the repository at this point in the history
  • Loading branch information
zedeus committed Oct 26, 2019
1 parent 371a247 commit a01265f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/sass/tweet/card.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
overflow: hidden;
color: inherit;
display: flex;
flex-direction: column;
flex-direction: row;
text-decoration: none !important;

&:hover {
Expand Down
4 changes: 4 additions & 0 deletions src/sass/tweet/video.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ video {
overflow: hidden;
}

.gallery-video.card-container {
flex-direction: column;
}

.video-container {
max-height: 530px;
margin: 0;
Expand Down

0 comments on commit a01265f

Please sign in to comment.