mirror of
https://github.com/discourse/discourse.git
synced 2025-05-01 09:54:33 +08:00
UX: Improve groups page on mobile.
This commit is contained in:
parent
2b7fb43d84
commit
19a93b0e95
@ -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;
|
||||
}
|
||||
}
|
@ -447,7 +447,7 @@ en:
|
||||
|
||||
membership: "Membership"
|
||||
name: "Name"
|
||||
user_count: "Number of Members"
|
||||
user_count: "Members Count"
|
||||
bio: "About Group"
|
||||
selector_placeholder: "enter username"
|
||||
owner: "owner"
|
||||
|
Loading…
x
Reference in New Issue
Block a user