mirror of
https://github.com/LiveFastEatTrashRaccoon/RaccoonForLemmy.git
synced 2025-02-09 06:58:44 +01:00
fix: create comment post layout (#368)
* chore: update README * fix: post layout in create comment screen
This commit is contained in:
parent
ab5e45f7b1
commit
4c80b67b11
@ -190,6 +190,7 @@ Here are some options to install the application on your device.
|
||||
- create a post on the project's [community](https://lemmy.world/c/raccoonforlemmy) on
|
||||
Lemmy.world for broader questions, opinions, personal feedback, suggestions, insults or whatever
|
||||
you feel like writing
|
||||
- join the [Matrix space](https://matrix.to/#/#raccoonforlemmy:matrix.org) dedicated to the project
|
||||
- if you are a translator and want to help out with l10n or submit some corrections but you don't
|
||||
feel confident with repository forks, pull requests, managing resource files, etc. feel free to
|
||||
drop an email or contact me in any way.
|
||||
|
@ -367,6 +367,7 @@ class CreateCommentScreen(
|
||||
post = originalPost,
|
||||
limitBodyHeight = true,
|
||||
blurNsfw = false,
|
||||
includeFullBody = true,
|
||||
voteFormat = uiState.voteFormat,
|
||||
autoLoadImages = uiState.autoLoadImages,
|
||||
options = buildList {
|
||||
|
Loading…
x
Reference in New Issue
Block a user