popup user profile - css tweak

This commit is contained in:
rimu 2024-12-23 09:29:50 +13:00
parent d9ae69bd0d
commit 90d66f5e68
2 changed files with 9 additions and 2 deletions

View file

@ -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%;
}

View file

@ -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%;
}
}
}
}