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

Fix alignment of dot badges in new room list
This commit is contained in:
Travis Ralston
2020-07-02 14:38:45 -06:00
committed by GitHub

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
}