Skip to content

Commit

Permalink
Fix Gif picker appearance (#14)
Browse files Browse the repository at this point in the history
Co-authored-by: clovis <[email protected]>
  • Loading branch information
Cl0v1s and clovis authored Apr 27, 2022
1 parent ce13e22 commit 1210ab5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions app/styles/gif_picker.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

.gif-picker-dropdown__loading {
height: 200px;
margin-top: 20px;
}


Expand Down Expand Up @@ -103,8 +104,16 @@
width: 100%;
}

.gif-picker-dropdown__menu__another {
i {
margin-right: 0;
}
}

}



small {
display: block;
margin-top: 10px;
Expand Down

0 comments on commit 1210ab5

Please sign in to comment.