mirror of
https://codeberg.org/rimu/pyfedi
synced 2025-01-23 11:26:56 -08:00
popup user profile - css tweak
This commit is contained in:
parent
d9ae69bd0d
commit
90d66f5e68
2 changed files with 9 additions and 2 deletions
|
@ -1976,6 +1976,9 @@ form h5 {
|
|||
.render_username .user_preview .card {
|
||||
width: 300px;
|
||||
}
|
||||
.render_username .user_preview .card .preview_avatar_image {
|
||||
max-width: 50%;
|
||||
}
|
||||
.render_username .user_preview .card .preview_avatar_image img {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
|
|
@ -1694,8 +1694,12 @@ form {
|
|||
.user_preview .card {
|
||||
width: 300px;
|
||||
|
||||
.preview_avatar_image img {
|
||||
max-width: 100%;
|
||||
.preview_avatar_image {
|
||||
max-width: 50%;
|
||||
|
||||
img {
|
||||
max-width: 100%;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue