UX: Improve button alignment, fix invite header
This commit is contained in:
parent
e6e4a073a5
commit
df0303c912
|
@ -296,6 +296,14 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.user-content {
|
||||||
|
.admin-controls nav {
|
||||||
|
margin: 0;
|
||||||
|
.nav-pills {
|
||||||
|
overflow-x: auto;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.user-field {
|
.user-field {
|
||||||
|
@ -379,10 +387,6 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.new-private-message {
|
|
||||||
margin-bottom: 15px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.user-nav {
|
.user-nav {
|
||||||
margin: 5px 0;
|
margin: 5px 0;
|
||||||
}
|
}
|
||||||
|
|
|
@ -39,6 +39,10 @@
|
||||||
.wrapper {
|
.wrapper {
|
||||||
display: table-row;
|
display: table-row;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.new-private-message {
|
||||||
|
margin-bottom: 15px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.user-profile-hidden {
|
.user-profile-hidden {
|
||||||
|
|
Loading…
Reference in New Issue