Skip to content

Commit

Permalink
posts page ugly horizontal bar fix
Browse files Browse the repository at this point in the history
fixes ugly horizontal scrollbar appearing when a post with extremely wide image is present in the posts list
  • Loading branch information
hujle authored and neobooru committed Feb 29, 2024
1 parent da425af commit 5596f53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/css/core-general.styl
Original file line number Diff line number Diff line change
Expand Up @@ -300,10 +300,10 @@ a .access-key
background-size: 20px 20px
img
opacity: 0
width: auto
width: 100%
height: 100%
video
width: auto
width: 100%
height: 100%

.flexbox-dummy
Expand Down

0 comments on commit 5596f53

Please sign in to comment.