mirror of
https://github.com/humhub/humhub.git
synced 2025-01-17 06:08:21 +01:00
fix green status dot on mobile and profile banner (#6321)
This commit is contained in:
parent
fed5743b3c
commit
66cd606f81
@ -189,8 +189,8 @@ img {
|
|||||||
|
|
||||||
&.img-size-large .user-online-status {
|
&.img-size-large .user-online-status {
|
||||||
width: 20px;
|
width: 20px;
|
||||||
right: -7px;
|
right: -5px;
|
||||||
bottom: -7px;
|
bottom: -5px;
|
||||||
border-width: 2px;
|
border-width: 2px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -109,10 +109,15 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.panel-profile-header {
|
.panel-profile-header {
|
||||||
#profilefileupload, .profile-user-photo-container, .space-acronym, .profile-user-photo {
|
#profilefileupload, .profile-user-photo-container, .space-acronym {
|
||||||
height: 100px !important;
|
height: 100px !important;
|
||||||
width: 100px !important;
|
width: 100px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.profile-user-photo {
|
||||||
|
height: 95px !important;
|
||||||
|
width: 95px !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.image-upload-container .image-upload-buttons {
|
.image-upload-container .image-upload-buttons {
|
||||||
|
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user