mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-18 22:33:50 +02:00
Display and set previous images for avatars/worlds
This commit is contained in:
@@ -385,23 +385,22 @@ img.friends-list-avatar {
|
||||
object-fit: cover;
|
||||
}
|
||||
|
||||
.x-change-avatar-item {
|
||||
cursor: pointer;
|
||||
.x-change-image-item {
|
||||
display: inline-block;
|
||||
padding: 4px 4px 0 4px;
|
||||
}
|
||||
|
||||
.x-change-avatar-item:hover {
|
||||
.x-change-image-item:hover {
|
||||
background: #f0f0f0;
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
.x-change-avatar-item > img {
|
||||
.x-change-image-item > img {
|
||||
width: 240px;
|
||||
height: 180px;
|
||||
}
|
||||
|
||||
.current-avatar-image {
|
||||
.current-image {
|
||||
border: 2px solid #67c23a;
|
||||
padding: 2px 2px 0 2px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user