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

Commit

Permalink
Fix thread summary layout for narrow right panel timeline
Browse files Browse the repository at this point in the history
  • Loading branch information
jryans committed Feb 17, 2022
1 parent a939184 commit 2e8c01e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions res/css/views/right_panel/_TimelineCard.scss
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,13 @@ limitations under the License.
padding-right: 36px;
}

.mx_EventTile:not([data-layout="bubble"]) .mx_ThreadInfo {
margin-left: 36px;
margin-right: 0;
min-width: initial;
max-width: initial;
}

.mx_GroupLayout .mx_EventTile > .mx_SenderProfile {
margin-left: 36px;
}
Expand Down

0 comments on commit 2e8c01e

Please sign in to comment.