mirror of
https://github.com/discourse/discourse.git
synced 2025-01-18 11:52:45 +08:00
UX: let mobile post controls scroll on overflow (#15305)
This commit is contained in:
parent
a2fcc360dd
commit
1c9a0fe18e
|
@ -37,7 +37,11 @@ span.badge-posts {
|
|||
}
|
||||
.actions {
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
// using an auto margin on first-child instead of justify-content on the parent
|
||||
// because justify-content breaks overflow scrolling
|
||||
:first-child {
|
||||
margin-left: auto;
|
||||
}
|
||||
|
||||
// Handles the like and flag buttons in the post menu.
|
||||
.double-button {
|
||||
|
|
Loading…
Reference in New Issue
Block a user