mirror of
https://github.com/discourse/discourse.git
synced 2025-06-18 08:13:49 +08:00
UX: switch post action buttons to inline-flex to avoid extra whitespace (#27110)
This commit is contained in:
@ -316,7 +316,7 @@ nav.post-controls {
|
|||||||
.d-icon {
|
.d-icon {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
display: inline-block;
|
display: inline-flex;
|
||||||
}
|
}
|
||||||
|
|
||||||
button {
|
button {
|
||||||
|
Reference in New Issue
Block a user