Merge pull request #4530 from vector-im/dbkr/groups_better_groupview

CSS for Rooms in Group View
pull/4564/head
Luke Barnard 2017-07-11 17:04:16 +01:00 committed by GitHub
commit a619001533
1 changed files with 21 additions and 0 deletions

View File

@ -29,3 +29,24 @@ limitations under the License.
font-size: initial;
padding-left: 10px;
}
.mx_GroupView_featuredThings {
margin-top: 20px;
}
.mx_GroupView_featuredThings_header {
font-weight: bold;
font-size: 120%;
margin-bottom: 20px;
}
.mx_GroupView_featuredThings_category {
font-weight: bold;
font-size: 110%;
margin-top: 10px;
}
.mx_GroupView_featuredThing {
cursor: pointer;
display: table-cell;
}