mirror of
https://github.com/element-hq/element-web.git
synced 2024-12-03 20:36:57 +03:00
GroupTile h3 becomes div for simpler reuse
This commit is contained in:
parent
c28d9e5cde
commit
9da799c2dd
1 changed files with 2 additions and 2 deletions
|
@ -122,13 +122,13 @@ limitations under the License.
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_GroupTile_profile h3.mx_GroupTile_name,
|
.mx_GroupTile_profile .mx_GroupTile_name,
|
||||||
.mx_GroupTile_profile .mx_GroupTile_groupId,
|
.mx_GroupTile_profile .mx_GroupTile_groupId,
|
||||||
.mx_GroupTile_profile .mx_GroupTile_desc {
|
.mx_GroupTile_profile .mx_GroupTile_desc {
|
||||||
padding-right: 10px;
|
padding-right: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_GroupTile_profile h3.mx_GroupTile_name {
|
.mx_GroupTile_profile .mx_GroupTile_name {
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue