mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Merge pull request #2928 from awesomerobot/master
fixing the broken groups page
This commit is contained in:
commit
39bbab89cc
@ -117,14 +117,12 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.user-main {
|
.user-main {
|
||||||
|
|
||||||
width: 100%;
|
|
||||||
float: left;
|
|
||||||
margin-bottom: 50px;
|
margin-bottom: 50px;
|
||||||
|
|
||||||
|
|
||||||
table.group-members {
|
table.group-members {
|
||||||
width: 100%;
|
width: 75%;
|
||||||
|
float: right;
|
||||||
|
|
||||||
p {
|
p {
|
||||||
max-width: 600px;
|
max-width: 600px;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
@ -191,6 +189,13 @@
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
color: $secondary;
|
color: $secondary;
|
||||||
|
|
||||||
|
&.group {
|
||||||
|
width: 75%;
|
||||||
|
float: right;
|
||||||
|
margin-top: 20px;
|
||||||
|
.details {padding: 15px;}
|
||||||
|
}
|
||||||
|
|
||||||
.secondary {
|
.secondary {
|
||||||
background: dark-light-diff($primary, $secondary, 90%, -65%);
|
background: dark-light-diff($primary, $secondary, 90%, -65%);
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
|
Loading…
Reference in New Issue
Block a user