feat: round image corners
Signed-off-by: limited_dev <loginakkisativ@gmail.com>
This commit is contained in:
parent
40a5826e7a
commit
47cde5f928
2 changed files with 5 additions and 0 deletions
|
@ -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;
|
||||||
}
|
}
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue