mirror of
https://github.com/discourse/discourse.git
synced 2026-08-07 11:45:21 -05:00
UX: fix quote control position in non-glimmer post stream (#34069)
The element ordering is different in the non-glimmer post stream, so this will fix it (and won't change anything in the glimmer version) Before: <img width="1150" height="330" alt="image" src="https://github.com/user-attachments/assets/926826fe-7671-45da-b985-176cfe5c2cf5" /> After: <img width="1164" height="302" alt="image" src="https://github.com/user-attachments/assets/4fa966f4-9a34-4dc4-8b54-d370273a6064" />
This commit is contained in:
@@ -706,6 +706,7 @@ aside.quote {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
margin-left: auto;
|
||||
order: 2; // for non-glimmer post stream
|
||||
|
||||
a {
|
||||
margin-left: 0.3em;
|
||||
|
||||
Reference in New Issue
Block a user