mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-09-19 05:40:49 +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(
|
||||
poll_op.value,
|
||||
canPreview,
|
||||
Modifier.padding(vertical = 5.dp),
|
||||
Modifier,
|
||||
pollViewModel.pollEvent?.tags(),
|
||||
backgroundColor,
|
||||
accountViewModel,
|
||||
@@ -144,7 +144,7 @@ fun PollNote(
|
||||
TranslatableRichTextViewer(
|
||||
poll_op.value,
|
||||
canPreview,
|
||||
Modifier.padding(vertical = 5.dp, horizontal = 10.dp),
|
||||
Modifier.padding(15.dp),
|
||||
pollViewModel.pollEvent?.tags(),
|
||||
backgroundColor,
|
||||
accountViewModel,
|
||||
|
Reference in New Issue
Block a user