Skip to content
Snippets Groups Projects
Unverified Commit 8b8c2a09 authored by Martin Schoeler's avatar Martin Schoeler Committed by GitHub
Browse files

Regression: Wrong padding and colors on some tabs (#18068)


Co-authored-by: default avatarGuilherme Gazzo <guilhermegazzo@gmail.com>
parent 80247681
No related merge requests found
.message-thread,
.message-discussion {
display: flex;
......@@ -7,11 +8,15 @@
flex-wrap: wrap;
}
.message-thread {
.reply-counter {
color: var(--color-gray);
}
}
.discussion-reply-lm,
.reply-counter {
padding: 4px;
color: var(--color-gray);
color: var(--color-white);
font-size: 12px;
font-style: italic;
......@@ -21,10 +26,14 @@
}
.reply-counter {
color: var(--color-dark-light);
font-weight: 600;
margin-inline-start: 4px;
margin-inline-start: 8px;
}
.discussion-reply-lm {
padding: 4px 8px;
color: var(--color-gray);
}
.discussions-list .load-more {
......
......@@ -49,6 +49,18 @@
& .section:not(:last-child) {
margin-bottom: 2rem;
}
&.discussions,
&.pinned-messages,
&.starred-messages {
.message {
padding-left: 46px;
.user-card-message {
left: 0;
}
}
}
}
&__header {
......
......@@ -85,6 +85,7 @@
& .message-oembed,
& .attachment,
& .message-discussion,
& .message-thread,
& .reactions,
& .edited,
& .role-tag {
......
......@@ -140,7 +140,7 @@
</div>
{{/if}}
{{#if $and settings.showReplyButton msg.tcount}}
<div class="message-discussion">
<div class="message-thread">
<button class="js-open-thread rc-button rc-button--primary rc-button--small" data-rid={{roomId}}>
{{> icon icon="thread"}}
{{_ 'Reply'}}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment