mirror of
https://github.com/discourse/discourse.git
synced 2025-03-20 16:55:36 +08:00
UX: Vertical alignment issues on mobile (#21118)
Vertical alignment fixes for topic closed small message and poll info.
This commit is contained in:
parent
5b187ad25e
commit
68549fe54e
@ -1166,7 +1166,7 @@ blockquote > *:last-child {
|
|||||||
|
|
||||||
p {
|
p {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding-right: 0.5em;
|
padding: 0.15em 0.5em 0 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -7,6 +7,10 @@ div.poll {
|
|||||||
button {
|
button {
|
||||||
margin: 0 0.5em 0.5em 0;
|
margin: 0 0.5em 0.5em 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
button + .info-text {
|
||||||
|
margin: 0.4em 0 0 0.5em;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.poll-info {
|
.poll-info {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user