mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-09-19 21:31:17 +02:00
Makes sure before and after voting the padding is the same.
This commit is contained in:
@@ -107,11 +107,11 @@ fun PollNote(
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
Column(modifier = Modifier.fillMaxWidth().padding(10.dp)) {
|
Column(modifier = Modifier.fillMaxWidth().padding(15.dp)) {
|
||||||
TranslatableRichTextViewer(
|
TranslatableRichTextViewer(
|
||||||
poll_op.value,
|
poll_op.value,
|
||||||
canPreview,
|
canPreview,
|
||||||
Modifier.padding(vertical = 5.dp),
|
Modifier,
|
||||||
pollViewModel.pollEvent?.tags(),
|
pollViewModel.pollEvent?.tags(),
|
||||||
backgroundColor,
|
backgroundColor,
|
||||||
accountViewModel,
|
accountViewModel,
|
||||||
@@ -144,7 +144,7 @@ fun PollNote(
|
|||||||
TranslatableRichTextViewer(
|
TranslatableRichTextViewer(
|
||||||
poll_op.value,
|
poll_op.value,
|
||||||
canPreview,
|
canPreview,
|
||||||
Modifier.padding(vertical = 5.dp, horizontal = 10.dp),
|
Modifier.padding(15.dp),
|
||||||
pollViewModel.pollEvent?.tags(),
|
pollViewModel.pollEvent?.tags(),
|
||||||
backgroundColor,
|
backgroundColor,
|
||||||
accountViewModel,
|
accountViewModel,
|
||||||
|
Reference in New Issue
Block a user