humhub/static/less/profile.less
buddh4 d7cc871f17 Fix humhub\modules\file\widgets\Upload::progress config options not working
Enh: Added abstract `ContentContainerActiveRecord::getDisplayNameSub()`
Enh: Allow `humhub\modules\files\widgets\Upload::withName($submitName, $cfg);`
Enh: Auto add `data-container-id` to Space and User `Image` widget
2019-09-30 21:16:10 +02:00

27 lines
520 B
Plaintext

// Activities
.panel-profile {
.panel-profile-header {
.image-upload-container {
width: 100%;
height: 100%;
overflow:hidden;
#bannerfileupload {
position: absolute;
top: 0;
left: 0;
opacity: 0;
width: 100%;
height: 100%;
}
}
.img-profile-header-background {
width: 100%;
max-height: 192px;
}
}
}