mirror of
https://github.com/discourse/discourse.git
synced 2025-09-10 21:01:33 +08:00
UX: Better alignment on group page.
This commit is contained in:
parent
dc09b9f8d6
commit
156953bc55
1 changed files with 10 additions and 11 deletions
|
@ -126,8 +126,7 @@
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
button {
|
button {
|
||||||
margin-top: 3px;
|
margin-top: 5px;
|
||||||
margin-left: 10px;
|
|
||||||
}
|
}
|
||||||
#user-search-selector {
|
#user-search-selector {
|
||||||
width: 400px;
|
width: 400px;
|
||||||
|
@ -249,7 +248,7 @@
|
||||||
|
|
||||||
&.group {
|
&.group {
|
||||||
.details {
|
.details {
|
||||||
padding: 15px;
|
padding: 15px 0px;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
color: dark-light-choose(lighten($primary, 10%), $secondary);
|
color: dark-light-choose(lighten($primary, 10%), $secondary);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue