mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
Merge pull request #4530 from vector-im/dbkr/groups_better_groupview
CSS for Rooms in Group View
This commit is contained in:
commit
a619001533
@ -29,3 +29,24 @@ limitations under the License.
|
|||||||
font-size: initial;
|
font-size: initial;
|
||||||
padding-left: 10px;
|
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;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user