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

Commit

Permalink
Merge pull request #6157 from matrix-org/jryans/notif-timestamp
Browse files Browse the repository at this point in the history
Fix notif panel timestamp padding
  • Loading branch information
jryans authored Jun 7, 2021
2 parents 6d80cd5 + a895b08 commit 9419dd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion res/css/structures/_NotificationPanel.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand All @@ -103,6 +102,7 @@ limitations under the License.
visibility: visible;
position: initial;
display: inline;
padding-left: 5px;
}

.mx_NotificationPanel .mx_EventTile_line {
Expand Down

0 comments on commit 9419dd9

Please sign in to comment.