Remove more "no-header" styles for profiles

This commit is contained in:
Andreas Nedbal 2020-04-29 14:49:43 +02:00
parent 56bef6a4aa
commit 0bf0b7d6da
1 changed files with 1 additions and 10 deletions

View File

@ -37,10 +37,6 @@
max-height: 440px;
}
#profile--header.profile--no-header {
position: absolute;
}
.profile--panel .panel-heading {
color: theme-color('primary');
border-bottom: 2px solid theme-color('primary');
@ -104,11 +100,6 @@ $colours: danger theme-color('danger'),
text-decoration: line-through !important;
}
.profile--panel-push-inner:not(.profile--no-header) {
display: block;
height: 60px;
}
.profile--header-img {
display: block;
min-width: 900px;
@ -116,7 +107,7 @@ $colours: danger theme-color('danger'),
}
@media(min-width: 767px) {
.container.headerable:not(.profile--no-header) {
.container.headerable {
padding-top: 0;
margin-top: -30px;
}