Skip to content

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 18, 2022
1 parent 38a547b commit f325e83
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 f325e83

Please sign in to comment.