Room avatar alignment fixed
This commit is contained in:
parent
39c4e0c41f
commit
2e0eb63fe2
1 changed files with 3 additions and 2 deletions
|
@ -41,7 +41,9 @@ limitations under the License.
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_RoomSummaryCard_avatar {
|
.mx_RoomSummaryCard_avatar {
|
||||||
display: inline-flex;
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
|
|
||||||
.mx_RoomSummaryCard_e2ee {
|
.mx_RoomSummaryCard_e2ee {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
@ -50,7 +52,6 @@ limitations under the License.
|
||||||
height: 54px;
|
height: 54px;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
background-color: #737d8c;
|
background-color: #737d8c;
|
||||||
margin-top: -3px; /* alignment */
|
|
||||||
margin-left: -10px; /* overlap */
|
margin-left: -10px; /* overlap */
|
||||||
border: 3px solid $dark-panel-bg-color;
|
border: 3px solid $dark-panel-bg-color;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue