Revert "fix: remove absolute from cover and remove margins, fixes https://github.com/NodeBB/NodeBB/issues/7969"

This reverts commit c7fd1a0b98.
main
Barış Soner Uşaklı 5 years ago
parent a81e6f5759
commit d1f6574a93

@ -33,6 +33,7 @@
background-origin: content-box;
width: 100%;
top: 50px;
position: absolute;
left: auto;
right: 0px;
@ -153,6 +154,8 @@
}
}
margin-top: 200px;
.container {
height: 200px;
position: relative;
@ -164,6 +167,8 @@
}
@media (min-width: @screen-md-min) {
margin-top: 300px;
.cover, .container {
height: 300px;

@ -25,6 +25,8 @@
}
.account {
margin-top: 256px;
.cover .controls i {
font-size: 3em;
}

Loading…
Cancel
Save