mirror of
https://github.com/discourse/discourse.git
synced 2025-02-07 23:20:19 +08:00
FIX: docking position of topic progress at bottom of topic on mobile
This commit is contained in:
parent
9c9102d39a
commit
847d831555
|
@ -313,7 +313,6 @@ a.star {
|
||||||
|
|
||||||
#topic-footer-buttons {
|
#topic-footer-buttons {
|
||||||
@include clearfix;
|
@include clearfix;
|
||||||
border-top: 1px solid dark-light-diff($primary, $secondary, 90%, -60%);
|
|
||||||
padding: 20px 0 0 0;
|
padding: 20px 0 0 0;
|
||||||
.fa-bookmark.bookmarked { color: $tertiary; }
|
.fa-bookmark.bookmarked { color: $tertiary; }
|
||||||
|
|
||||||
|
|
|
@ -44,7 +44,9 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.topic-status-info {
|
.topic-status-info {
|
||||||
margin-left: 10px;
|
padding-left: 10px;
|
||||||
|
border-top: 1px solid dark-light-diff($primary, $secondary, 90%, -75%);
|
||||||
|
padding-top: 10px;
|
||||||
h3 {
|
h3 {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user