diff --git a/README.md b/README.md
index 35a577a..8a6da21 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ This is a fork of dysk0/harbour-tooter. The app can by downloaded here: https://
Clone / download this repository and import it in your SailfishOS IDE using the harbour-tooter.pro project file. No additional configuration needed.
## Screenshots
-
+
## License
Licensed under GNU GPLv3
diff --git a/qml/pages/Conversation.qml b/qml/pages/Conversation.qml
index 794a156..fd8672d 100644
--- a/qml/pages/Conversation.qml
+++ b/qml/pages/Conversation.qml
@@ -237,7 +237,7 @@ Page {
}
anchors {
- top: warningContent.bottom + 4
+ top: warningContent.bottom
bottom: bottom.top
right: parent.right
rightMargin: Theme.paddingSmall
diff --git a/qml/pages/Settings.qml b/qml/pages/Settings.qml
index d0fd7ac..4eb6527 100644
--- a/qml/pages/Settings.qml
+++ b/qml/pages/Settings.qml
@@ -149,12 +149,6 @@ Page {
mastodon: ""
mail: "carlosgonz@protonmail.com"
}
- ListElement {
- name: "Mohamed-Touhami MAHDI"
- desc: qsTr("Added README file")
- mastodon: "dragnucs@touha.me"
- mail: "touhami@touha.me"
- }
}
Item {