feat: round image corners

Signed-off-by: limited_dev <loginakkisativ@gmail.com>
This commit is contained in:
limited_dev 2023-06-07 20:05:24 +02:00
parent 40a5826e7a
commit 47cde5f928
2 changed files with 5 additions and 0 deletions

View file

@ -14,4 +14,5 @@
width: 500px; width: 500px;
max-height: 500px; max-height: 500px;
max-width: 80vw !important; max-width: 80vw !important;
border-radius: 5px;
} }

View file

@ -155,6 +155,10 @@
border-radius: 4px; border-radius: 4px;
} }
.post img{
border-radius: 3px;
}
.threadImage{ .threadImage{
border: 1px solid #2d2a42; border: 1px solid #2d2a42;
border-radius: 5px; border-radius: 5px;