mirror of
https://gitea.phreedom.club/localhost_frssoft/bloat.git
synced 2024-11-13 08:19:20 +02:00
Set max size for embedded images in profile description
This commit is contained in:
parent
2a01471621
commit
153f4a492b
|
@ -286,6 +286,14 @@ textarea {
|
|||
margin: 0;
|
||||
}
|
||||
|
||||
.user-profile-decription img {
|
||||
height: auto;
|
||||
width: auto;
|
||||
max-height: 240px;
|
||||
max-width: 280px;
|
||||
object-fit: contain;
|
||||
}
|
||||
|
||||
.d-inline {
|
||||
display: inline;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue