Merge pull request #4877 from matrix-org/travis/room-list/dot-badge-align

Fix alignment of dot badges in new room list
pull/21833/head
Travis Ralston 2020-07-02 14:38:45 -06:00 committed by GitHub
commit e013597e26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -83,6 +83,10 @@ limitations under the License.
// don't set width so that it takes no space when there is no badge to show
margin: auto 0; // vertically align
// Create a flexbox to make aligning dot badges easier
display: flex;
align-items: center;
.mx_NotificationBadge {
margin-right: 2px; // centering
}