mirror of
https://github.com/vector-im/element-web.git
synced 2025-12-12 12:51:09 +01:00
Fix notif panel timestamp padding
This restores some space around the timestamp in the notif panel. We were previously relying somewhat randomly on the presence on empty flair elements to create space. Fixes https://github.com/vector-im/element-web/issues/17580
This commit is contained in:
parent
6d80cd5913
commit
a895b083a2
@ -82,7 +82,6 @@ limitations under the License.
|
||||
color: $primary-fg-color;
|
||||
font-size: $font-12px;
|
||||
display: inline;
|
||||
padding-left: 0px;
|
||||
}
|
||||
|
||||
.mx_NotificationPanel .mx_EventTile_senderDetails {
|
||||
@ -103,6 +102,7 @@ limitations under the License.
|
||||
visibility: visible;
|
||||
position: initial;
|
||||
display: inline;
|
||||
padding-left: 5px;
|
||||
}
|
||||
|
||||
.mx_NotificationPanel .mx_EventTile_line {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user