mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
UX: fix width for top embedded reply, post notice (#20546)
This commit is contained in:
@@ -1438,6 +1438,7 @@ span.mention {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.post-notice {
|
.post-notice {
|
||||||
|
box-sizing: border-box;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
background-color: var(--tertiary-low);
|
background-color: var(--tertiary-low);
|
||||||
border-top: 1px solid var(--primary-low);
|
border-top: 1px solid var(--primary-low);
|
||||||
|
|||||||
@@ -203,7 +203,7 @@ pre.codeblock-buttons:hover {
|
|||||||
margin-left: var(--topic-avatar-width);
|
margin-left: var(--topic-avatar-width);
|
||||||
width: calc(
|
width: calc(
|
||||||
var(--topic-body-width) + (var(--topic-body-width-padding) * 2) +
|
var(--topic-body-width) + (var(--topic-body-width-padding) * 2) +
|
||||||
var(--topic-avatar-width) - (var(--topic-avatar-width + 2px))
|
var(--topic-avatar-width) - (var(--topic-avatar-width) + 2px)
|
||||||
); // 2px accounts for left and right borders
|
); // 2px accounts for left and right borders
|
||||||
.row {
|
.row {
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
|
|||||||
Reference in New Issue
Block a user