mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-04 19:56:45 +02:00
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:
parent
ae5ab4c394
commit
afa71c7b7c
@ -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
|
||||
}
|
||||
}
|
||||
|
||||
@ -85,6 +85,7 @@ limitations under the License.
|
||||
height: 16px;
|
||||
// don't set width so that it takes no space when there is no badge to show
|
||||
margin: auto 0; // vertically align
|
||||
position: relative; // fixes badge alignment in some scenarios
|
||||
|
||||
// Create a flexbox to make aligning dot badges easier
|
||||
display: flex;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user