mirror of
https://github.com/discourse/discourse.git
synced 2025-06-15 18:22:39 +08:00
UX: Better wrapping of group header elements
This commit is contained in:
@ -1,18 +1,25 @@
|
|||||||
.groups-header {
|
.groups-header {
|
||||||
|
display: flex;
|
||||||
|
flex-wrap: wrap;
|
||||||
margin-bottom: 30px;
|
margin-bottom: 30px;
|
||||||
|
.groups-header-new {
|
||||||
|
order: 2;
|
||||||
|
margin-bottom: 0.5em;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.groups-header-filters {
|
.groups-header-filters {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
|
||||||
.groups-header-filters-name,
|
.groups-header-filters-name,
|
||||||
.groups-header-filters-type {
|
.groups-header-filters-type {
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
&:last-child {
|
&:last-child {
|
||||||
margin-right: 0;
|
margin-right: auto;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user