mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-14 00:50:14 -04:00
FIX: mobile, multi-line first post actions blocked topic map
This commit is contained in:
parent
68b456a57d
commit
a23884fd53
1 changed files with 2 additions and 1 deletions
|
@ -118,6 +118,7 @@ button {
|
|||
.post-actions {
|
||||
margin-left: 10px;
|
||||
margin-top: 2px;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
a.reply-to-tab {
|
||||
|
@ -143,7 +144,7 @@ a.star {
|
|||
|
||||
.topic-map {
|
||||
|
||||
margin: 30px 10px 10px 10px;
|
||||
margin: 10px;
|
||||
background: scale-color(scale-color-diff(), $lightness: 40%);
|
||||
|
||||
h3 {
|
||||
|
|
Loading…
Reference in a new issue