mirror of
https://github.com/humhub/humhub.git
synced 2025-01-16 21:58:17 +01:00
Fix: Profile header: on small screens, the space at the left and the … (#7301)
* Fix: Profile header: on small screens, the space at the left and the right of the image must be equal * Add PR ID to CHANGELOG --------- Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
This commit is contained in:
parent
1e3c2e02cd
commit
9750116550
@ -11,6 +11,7 @@ HumHub Changelog
|
||||
- Enh #7293: Add Twig string extension
|
||||
- Fix #7287: Fix `Profile::getFormDefinition` to skip virtual fields
|
||||
- Fix #7295: iOS mobile app detection for iPad devices
|
||||
- Fix #7301: Profile header: on small screens, the space at the left and the right of the image must be equal
|
||||
- Fix #7298: Don't check email for existing on password recovery
|
||||
|
||||
1.17.0-beta.1 (October 28, 2024)
|
||||
|
@ -133,7 +133,7 @@
|
||||
|
||||
.panel-profile .panel-profile-header .img-profile-data {
|
||||
padding-top: 50px !important;
|
||||
padding-left: 130px;
|
||||
padding-left: 125px;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -4941,7 +4941,7 @@ a.label-warning:hover {
|
||||
}
|
||||
#layout-content .panel-profile .panel-profile-header .img-profile-data {
|
||||
padding-top: 50px !important;
|
||||
padding-left: 130px;
|
||||
padding-left: 125px;
|
||||
}
|
||||
.modal-dialog {
|
||||
width: calc(100vw - 4px) !important;
|
||||
|
Loading…
x
Reference in New Issue
Block a user