Refactor the profile page to move the profile information out of the header

This makes it look like other normal pages, along with removing the unusual full-width class.
This commit is contained in:
Andy Allan 2021-08-12 15:59:07 +01:00
parent cb7b79a58f
commit 3f8cf32272
2 changed files with 47 additions and 61 deletions

View file

@ -1096,17 +1096,6 @@ tr.turn:hover {
/* Rules for the user profile page */
#userinformation {
min-height: 100px;
.userinformation-inner {
float: left;
}
.user-description {
width: 100%;
clear: both;
}
}
.admin-user-info small {
margin-bottom: $lineheight/2;
display: inline;