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

Commit a06e7ca

Browse files
authored
Merge pull request #6158 from matrix-org/jryans/notif-timestamp-release
[Release] Fix notif panel timestamp padding
2 parents 300b001 + 296186b commit a06e7ca

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)