Makes hidden cards full width on the discovery feed
This commit is contained in:
@@ -28,6 +28,7 @@ import androidx.compose.foundation.layout.Arrangement
|
|||||||
import androidx.compose.foundation.layout.Column
|
import androidx.compose.foundation.layout.Column
|
||||||
import androidx.compose.foundation.layout.Row
|
import androidx.compose.foundation.layout.Row
|
||||||
import androidx.compose.foundation.layout.Spacer
|
import androidx.compose.foundation.layout.Spacer
|
||||||
|
import androidx.compose.foundation.layout.fillMaxWidth
|
||||||
import androidx.compose.foundation.layout.height
|
import androidx.compose.foundation.layout.height
|
||||||
import androidx.compose.foundation.layout.padding
|
import androidx.compose.foundation.layout.padding
|
||||||
import androidx.compose.foundation.layout.size
|
import androidx.compose.foundation.layout.size
|
||||||
@@ -108,6 +109,7 @@ fun ChatroomMessageCompose(
|
|||||||
WatchBlockAndReport(
|
WatchBlockAndReport(
|
||||||
note = baseNote,
|
note = baseNote,
|
||||||
showHiddenWarning = innerQuote,
|
showHiddenWarning = innerQuote,
|
||||||
|
modifier = Modifier.fillMaxWidth(),
|
||||||
accountViewModel = accountViewModel,
|
accountViewModel = accountViewModel,
|
||||||
nav = nav,
|
nav = nav,
|
||||||
) { canPreview ->
|
) { canPreview ->
|
||||||
|
|||||||
Reference in New Issue
Block a user