mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 06:04:11 +08:00
UI: various tweaks to polls UI on mobile (#9864)
This commit is contained in:
parent
d9a02d1336
commit
faeb5793ba
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -43,15 +43,15 @@ en:
|
|||
multiple:
|
||||
help:
|
||||
at_least_min_options:
|
||||
one: "Choose at least <strong>%{count}</strong> option"
|
||||
other: "Choose at least <strong>%{count}</strong> options"
|
||||
one: "Choose at least <strong>%{count}</strong> option."
|
||||
other: "Choose at least <strong>%{count}</strong> options."
|
||||
up_to_max_options:
|
||||
one: "Choose up to <strong>%{count}</strong> option"
|
||||
other: "Choose up to <strong>%{count}</strong> options"
|
||||
one: "Choose up to <strong>%{count}</strong> option."
|
||||
other: "Choose up to <strong>%{count}</strong> options."
|
||||
x_options:
|
||||
one: "Choose <strong>%{count}</strong> option"
|
||||
other: "Choose <strong>%{count}</strong> options"
|
||||
between_min_and_max_options: "Choose between <strong>%{min}</strong> and <strong>%{max}</strong> options"
|
||||
one: "Choose <strong>%{count}</strong> option."
|
||||
other: "Choose <strong>%{count}</strong> options."
|
||||
between_min_and_max_options: "Choose between <strong>%{min}</strong> and <strong>%{max}</strong> options."
|
||||
|
||||
cast-votes:
|
||||
title: "Cast your votes"
|
||||
|
|
Loading…
Reference in New Issue
Block a user