mirror of
https://github.com/discourse/discourse.git
synced 2025-03-05 02:39:26 +00: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 {
|
.actions {
|
||||||
display: flex;
|
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.
|
// Handles the like and flag buttons in the post menu.
|
||||||
.double-button {
|
.double-button {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user