UX: Improve button alignment, fix invite header

This commit is contained in:
Kris 2019-01-18 20:08:52 -05:00
parent e6e4a073a5
commit df0303c912
2 changed files with 12 additions and 4 deletions

View File

@ -296,6 +296,14 @@
}
}
}
.user-content {
.admin-controls nav {
margin: 0;
.nav-pills {
overflow-x: auto;
}
}
}
}
.user-field {
@ -379,10 +387,6 @@
}
}
.new-private-message {
margin-bottom: 15px;
}
.user-nav {
margin: 5px 0;
}

View File

@ -39,6 +39,10 @@
.wrapper {
display: table-row;
}
.new-private-message {
margin-bottom: 15px;
}
}
.user-profile-hidden {