mirror of
https://github.com/LiveFastEatTrashRaccoon/RaccoonForLemmy.git
synced 2025-02-09 12:58:43 +01:00
fix: horrible and annoying vertical alignment of comment bar
This commit is contained in:
parent
c8c05c9818
commit
bf72c490e1
@ -119,6 +119,7 @@ fun CommentCard(
|
||||
if (!hideIndent) {
|
||||
Box(
|
||||
modifier = Modifier
|
||||
.padding(top = Spacing.xs)
|
||||
.width(barWidth)
|
||||
.height(commentHeight.toLocalDp())
|
||||
.background(color = barColor)
|
||||
|
Loading…
x
Reference in New Issue
Block a user