mirror of
https://github.com/discourse/discourse.git
synced 2025-02-17 06:42:44 +08:00
UX: improve small action button alignment (#16486)
This commit is contained in:
parent
ee9daec36f
commit
c81d4597a7
|
@ -1146,6 +1146,10 @@ blockquote > *:last-child {
|
||||||
|
|
||||||
button {
|
button {
|
||||||
align-self: flex-start;
|
align-self: flex-start;
|
||||||
|
font-size: var(--font-up-1);
|
||||||
|
.d-icon {
|
||||||
|
font-size: var(--font-down-1);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.custom-message {
|
.custom-message {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user