mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
UX: Better wrapping of group header elements
This commit is contained in:
parent
667d3a3fd6
commit
f44ef82b53
1 changed files with 9 additions and 2 deletions
|
@ -1,18 +1,25 @@
|
|||
.groups-header {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
margin-bottom: 30px;
|
||||
.groups-header-new {
|
||||
order: 2;
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
}
|
||||
|
||||
.groups-header-filters {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
|
||||
.groups-header-filters-name,
|
||||
.groups-header-filters-type {
|
||||
margin-right: 5px;
|
||||
margin-bottom: 0;
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
|
||||
&:last-child {
|
||||
margin-right: 0;
|
||||
margin-right: auto;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue