Slight improvements on paddings and spacings
This commit is contained in:
@@ -579,7 +579,7 @@ fun NoteBody(
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (baseNote.event !is RepostEvent && baseNote.event !is GenericRepostEvent) {
|
if (baseNote.event !is RepostEvent && baseNote.event !is GenericRepostEvent) {
|
||||||
Spacer(modifier = Modifier.height(3.dp))
|
Spacer(modifier = Modifier.height(4.dp))
|
||||||
}
|
}
|
||||||
|
|
||||||
RenderNoteRow(
|
RenderNoteRow(
|
||||||
|
|||||||
@@ -178,7 +178,7 @@ val VideoReactionColumnPadding = Modifier.padding(bottom = 75.dp)
|
|||||||
val DividerThickness = 0.25.dp
|
val DividerThickness = 0.25.dp
|
||||||
|
|
||||||
val ReactionRowHeight = Modifier.padding(vertical = 7.dp).height(24.dp)
|
val ReactionRowHeight = Modifier.padding(vertical = 7.dp).height(24.dp)
|
||||||
val ReactionRowHeightWithPadding = Modifier.padding(vertical = 7.dp).height(24.dp).padding(horizontal = 10.dp)
|
val ReactionRowHeightWithPadding = Modifier.padding(vertical = 6.dp).height(24.dp).padding(horizontal = 10.dp)
|
||||||
val ReactionRowHeightChat = Modifier.height(20.dp)
|
val ReactionRowHeightChat = Modifier.height(20.dp)
|
||||||
val ReactionRowHeightChatMaxWidth = Modifier.height(25.dp).fillMaxWidth()
|
val ReactionRowHeightChatMaxWidth = Modifier.height(25.dp).fillMaxWidth()
|
||||||
val UserNameRowHeight = Modifier.fillMaxWidth()
|
val UserNameRowHeight = Modifier.fillMaxWidth()
|
||||||
|
|||||||
@@ -174,14 +174,14 @@ val LightReplyBorderModifier =
|
|||||||
|
|
||||||
val DarkInnerPostBorderModifier =
|
val DarkInnerPostBorderModifier =
|
||||||
Modifier
|
Modifier
|
||||||
.padding(vertical = 5.dp)
|
.padding(vertical = 4.dp)
|
||||||
.fillMaxWidth()
|
.fillMaxWidth()
|
||||||
.clip(shape = QuoteBorder)
|
.clip(shape = QuoteBorder)
|
||||||
.border(1.dp, DarkSubtleBorder, QuoteBorder)
|
.border(1.dp, DarkSubtleBorder, QuoteBorder)
|
||||||
|
|
||||||
val LightInnerPostBorderModifier =
|
val LightInnerPostBorderModifier =
|
||||||
Modifier
|
Modifier
|
||||||
.padding(vertical = 5.dp)
|
.padding(vertical = 4.dp)
|
||||||
.fillMaxWidth()
|
.fillMaxWidth()
|
||||||
.clip(shape = QuoteBorder)
|
.clip(shape = QuoteBorder)
|
||||||
.border(1.dp, LightSubtleBorder, QuoteBorder)
|
.border(1.dp, LightSubtleBorder, QuoteBorder)
|
||||||
|
|||||||
Reference in New Issue
Block a user