fix green status dot on mobile and profile banner (#6321)

This commit is contained in:
Marc Farré 2023-05-12 08:22:23 +02:00 committed by GitHub
parent fed5743b3c
commit 66cd606f81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 4 deletions

View File

@ -189,8 +189,8 @@ img {
&.img-size-large .user-online-status {
width: 20px;
right: -7px;
bottom: -7px;
right: -5px;
bottom: -5px;
border-width: 2px;
}
}

View File

@ -109,10 +109,15 @@
}
.panel-profile-header {
#profilefileupload, .profile-user-photo-container, .space-acronym, .profile-user-photo {
#profilefileupload, .profile-user-photo-container, .space-acronym {
height: 100px !important;
width: 100px !important;
}
.profile-user-photo {
height: 95px !important;
width: 95px !important;
}
}
.image-upload-container .image-upload-buttons {

File diff suppressed because one or more lines are too long