mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Merge pull request #3816 from cpradio/small-action-responsiveness
Make the small-action width responsive on desktops
This commit is contained in:
commit
d5712f051e
@ -707,7 +707,7 @@ $topic-avatar-width: 45px;
|
|||||||
}
|
}
|
||||||
|
|
||||||
.small-action {
|
.small-action {
|
||||||
width: 755px;
|
max-width: 755px;
|
||||||
border-top: 1px solid dark-light-diff($primary, $secondary, 90%, -75%);
|
border-top: 1px solid dark-light-diff($primary, $secondary, 90%, -75%);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user