UX: Vertical alignment issues on mobile (#21118)

Vertical alignment fixes for topic closed small message and poll info.
This commit is contained in:
Meghna 2023-04-18 01:21:13 +08:00 committed by GitHub
parent 5b187ad25e
commit 68549fe54e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

@ -1166,7 +1166,7 @@ blockquote > *:last-child {
p {
margin: 0;
padding-right: 0.5em;
padding: 0.15em 0.5em 0 0;
}
}

View File

@ -7,6 +7,10 @@ div.poll {
button {
margin: 0 0.5em 0.5em 0;
}
button + .info-text {
margin: 0.4em 0 0 0.5em;
}
}
.poll-info {