mirror of
https://github.com/LiveFastEatTrashRaccoon/RaccoonForLemmy.git
synced 2025-02-09 09:18:40 +01:00
parent
2f6d44b4ab
commit
940f3df96b
@ -350,7 +350,9 @@ private fun ExtendedPost(
|
||||
)
|
||||
if (showBody) {
|
||||
ScaledContent {
|
||||
Box {
|
||||
Box(
|
||||
modifier = Modifier.padding(top = Spacing.xxs)
|
||||
) {
|
||||
val maxHeight = 200.dp
|
||||
val maxHeightPx = maxHeight.toLocalPixel()
|
||||
var textHeightPx by remember { mutableStateOf(0f) }
|
||||
|
Loading…
x
Reference in New Issue
Block a user