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

Commit

Permalink
Move '.mx_ThreadSummary' from _ThreadPanel.scss to _TimelineCard.scss (
Browse files Browse the repository at this point in the history
  • Loading branch information
luixxiul authored May 21, 2022
1 parent 79ad065 commit 348863d
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 16 deletions.
16 changes: 0 additions & 16 deletions res/css/views/right_panel/_ThreadPanel.scss
Original file line number Diff line number Diff line change
Expand Up @@ -176,22 +176,6 @@ limitations under the License.
// Account for scrollbar when hovering
padding-top: 0;

.mx_ThreadSummary {
position: relative;
padding-right: 11px;

&::after {
content: '';
display: block;
position: absolute;
left: 0;
bottom: -16px;
height: 1px;
width: 100%;
border-bottom: 1px solid $message-action-bar-border-color;
}
}

.mx_DateSeparator {
display: none;
}
Expand Down
19 changes: 19 additions & 0 deletions res/css/views/right_panel/_TimelineCard.scss
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,25 @@ limitations under the License.
}
}

.mx_EventTile,
.mx_GenericEventListSummary {
.mx_ThreadSummary {
position: relative;
padding-right: 11px;

&::after {
content: '';
display: block;
position: absolute;
left: 0;
bottom: -16px;
height: 1px;
width: 100%;
border-bottom: 1px solid $message-action-bar-border-color;
}
}
}

.mx_CallEvent_wrapper {
justify-content: center;
margin: auto 5px;
Expand Down

0 comments on commit 348863d

Please sign in to comment.