mirror of
https://github.com/discourse/discourse.git
synced 2024-11-26 10:50:26 -06:00
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 {
|
||||
@ -379,10 +387,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
.new-private-message {
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
.user-nav {
|
||||
margin: 5px 0;
|
||||
}
|
||||
|
@ -39,6 +39,10 @@
|
||||
.wrapper {
|
||||
display: table-row;
|
||||
}
|
||||
|
||||
.new-private-message {
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
}
|
||||
|
||||
.user-profile-hidden {
|
||||
|
Loading…
Reference in New Issue
Block a user