Skip to content
This repository has been archived by the owner on Sep 29, 2024. It is now read-only.

Commit

Permalink
Quickfix: Post style
Browse files Browse the repository at this point in the history
  • Loading branch information
maxschwinghammer committed Jun 11, 2024
1 parent 14ec4df commit c24d25d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/main/web/src/scenes/Home/components/post/Post.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
height: auto;
max-width: 260px;
max-height: 170px;
min-height: 170px;
top: 50%;
transform: translateY(-50%);
position: relative;
Expand Down
2 changes: 2 additions & 0 deletions src/main/web/src/scenes/Post/PostDetail.css
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,10 @@
height: auto;
max-height: 250px;
max-width: 420px;
min-height: 230px;
position: relative;
border-radius: 10px;
object-fit: contain;
}

.post-detail-infos {
Expand Down

0 comments on commit c24d25d

Please sign in to comment.