mirror of
https://github.com/vector-im/element-web.git
synced 2025-09-21 21:51:19 +02:00
More CSS for group view
This commit is contained in:
parent
17bd323376
commit
e04f34a202
@ -29,3 +29,24 @@ limitations under the License.
|
|||||||
font-size: initial;
|
font-size: initial;
|
||||||
padding-left: 10px;
|
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…
x
Reference in New Issue
Block a user