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

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

Loading…
Cancel
Save