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

Commit

Permalink
Fix notif panel timestamp padding
Browse files Browse the repository at this point in the history
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
  • Loading branch information
jryans committed Jun 7, 2021
1 parent 6d80cd5 commit a895b08
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 a895b08

Please sign in to comment.