Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 296186b

Browse files
committed
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 element-hq/element-web#17580
1 parent 300b001 commit 296186b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

res/css/structures/_NotificationPanel.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ limitations under the License.
8282
color: $primary-fg-color;
8383
font-size: $font-12px;
8484
display: inline;
85-
padding-left: 0px;
8685
}
8786

8887
.mx_NotificationPanel .mx_EventTile_senderDetails {
@@ -103,6 +102,7 @@ limitations under the License.
103102
visibility: visible;
104103
position: initial;
105104
display: inline;
105+
padding-left: 5px;
106106
}
107107

108108
.mx_NotificationPanel .mx_EventTile_line {

0 commit comments

Comments
 (0)