Fix minor issues with the badges in the new room list

Fixes https://github.com/vector-im/riot-web/issues/14225
This commit is contained in:
Travis Ralston 2020-07-03 14:26:59 -06:00
parent ae5ab4c394
commit afa71c7b7c
2 changed files with 2 additions and 1 deletions

View file

@ -92,7 +92,7 @@ limitations under the License.
// Apply the width and margin to the badge so the container doesn't occupy dead space
.mx_NotificationBadge {
width: 16px;
// Do not set a width so the badges get properly sized
margin-left: 8px; // same as menu+aux buttons
}
}