mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-09-27 05:06:52 +02:00
Fixes spacing of short quotes
This commit is contained in:
@@ -504,10 +504,7 @@ fun InnerNoteWithReactions(
|
||||
|
||||
if (isNotRepost) {
|
||||
if (makeItShort) {
|
||||
if (!isBoostedNote) {
|
||||
} else {
|
||||
Spacer(modifier = DoubleVertSpacer)
|
||||
}
|
||||
Spacer(modifier = DoubleVertSpacer)
|
||||
} else {
|
||||
ReactionsRow(
|
||||
baseNote = baseNote,
|
||||
|
Reference in New Issue
Block a user