mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
UX: Improve groups page on mobile.
This commit is contained in:
@@ -21,6 +21,7 @@
|
||||
@import "mobile/emoji";
|
||||
@import "mobile/ring";
|
||||
@import "mobile/group";
|
||||
@import "mobile/groups";
|
||||
|
||||
// Import all component-specific files
|
||||
@import "mobile/components/*";
|
||||
|
||||
9
app/assets/stylesheets/mobile/groups.scss
Normal file
9
app/assets/stylesheets/mobile/groups.scss
Normal file
@@ -0,0 +1,9 @@
|
||||
.groups-page {
|
||||
h1 {
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
.group-filter-name {
|
||||
margin-top: 20px;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user