diff --git a/ImageBoardServerApp/Shared/Components/Board.razor.css b/ImageBoardServerApp/Shared/Components/Board.razor.css index 0b0436f..62a1fe1 100644 --- a/ImageBoardServerApp/Shared/Components/Board.razor.css +++ b/ImageBoardServerApp/Shared/Components/Board.razor.css @@ -14,4 +14,5 @@ width: 500px; max-height: 500px; max-width: 80vw !important; + border-radius: 5px; } \ No newline at end of file diff --git a/ImageBoardServerApp/Shared/Components/Post.razor.css b/ImageBoardServerApp/Shared/Components/Post.razor.css index f7a8fee..86dfbda 100644 --- a/ImageBoardServerApp/Shared/Components/Post.razor.css +++ b/ImageBoardServerApp/Shared/Components/Post.razor.css @@ -155,6 +155,10 @@ border-radius: 4px; } +.post img{ + border-radius: 3px; +} + .threadImage{ border: 1px solid #2d2a42; border-radius: 5px;