mirror of
https://github.com/element-hq/element-web
synced 2024-11-29 04:48:50 +03:00
More CSS for group view
This commit is contained in:
parent
17bd323376
commit
e04f34a202
1 changed files with 21 additions and 0 deletions
|
@ -29,3 +29,24 @@ limitations under the License.
|
|||
font-size: initial;
|
||||
padding-left: 10px;
|
||||
}
|
||||
|
||||
.mx_GroupView_featuredRooms {
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
.mx_GroupView_featuredRooms_header {
|
||||
font-weight: bold;
|
||||
font-size: 120%;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.mx_GroupView_featuredRooms_category {
|
||||
font-weight: bold;
|
||||
font-size: 110%;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.mx_GroupView_featuredRoom {
|
||||
cursor: pointer;
|
||||
display: table-cell;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue