fix incorrect dark bg border-top on time gap
This commit is contained in:
parent
b8c88ed46c
commit
97ef32d5b5
|
@ -715,7 +715,7 @@ $topic-avatar-width: 45px;
|
||||||
|
|
||||||
.small-action {
|
.small-action {
|
||||||
width: 755px;
|
width: 755px;
|
||||||
border-top: 1px solid dark-light-diff($primary, $secondary, 90%, -60%);
|
border-top: 1px solid dark-light-diff($primary, $secondary, 90%, -75%);
|
||||||
}
|
}
|
||||||
|
|
||||||
.posts-wrapper {
|
.posts-wrapper {
|
||||||
|
|
Loading…
Reference in New Issue