topic body and small action widths inconsistent
This commit is contained in:
parent
cbb8f6f0fe
commit
41ceb6ca88
|
@ -623,7 +623,7 @@ blockquote > *:last-child {
|
|||
.small-action {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
max-width: 755px;
|
||||
max-width: 758px;
|
||||
border-top: 1px solid $primary-low;
|
||||
.topic-avatar {
|
||||
align-self: flex-start;
|
||||
|
|
|
@ -641,7 +641,7 @@ $topic-body-width: 690px;
|
|||
$topic-body-width-padding: 11px;
|
||||
$topic-avatar-width: 45px;
|
||||
.topic-body {
|
||||
width: $topic-body-width;
|
||||
width: calc(#{$topic-body-width} + calc(#{$topic-body-width-padding} * 2));
|
||||
float: left;
|
||||
position: relative;
|
||||
z-index: z("base");
|
||||
|
@ -906,7 +906,6 @@ span.highlighted {
|
|||
.topic-body {
|
||||
box-sizing: border-box;
|
||||
width: calc(100% - 47px); //100% - [width of .topic-avatar + 2px]
|
||||
padding-left: 2%;
|
||||
}
|
||||
.embedded-posts {
|
||||
// top means "in reply to expansion" above a post
|
||||
|
|
|
@ -76,7 +76,7 @@
|
|||
border-top: 1px solid $primary-low;
|
||||
padding: 10px 0;
|
||||
height: 20px;
|
||||
max-width: 757px;
|
||||
max-width: 758px;
|
||||
}
|
||||
|
||||
#topic-progress-wrapper {
|
||||
|
|
Loading…
Reference in New Issue