mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
UI: various tweaks to polls UI on mobile (#9864)
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
div.poll {
|
||||
.poll-buttons {
|
||||
padding: 0.5em 1em 1em 1em;
|
||||
display: inline-flex;
|
||||
flex-wrap: wrap;
|
||||
padding: 0.5em 1em 0.5em 1em;
|
||||
|
||||
button {
|
||||
margin-right: 0.5em;
|
||||
margin: 0 0.5em 0.5em 0;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -11,6 +13,7 @@ div.poll {
|
||||
padding: 0 1em;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
flex-direction: column;
|
||||
.info-text {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user