Adde a bigger line-height.

This commit is contained in:
aminecmi committed 2019-01-06 18:17:10 +01:00
1 parent 6b088dcd24
commit 25bf18661e
2 files changed
+1 -2

No files matched your search

@@ -493,6 +493,7 @@ class ArticleFragment : Fragment() {
| text-align: $textAlignment;
| word-break: break-word;
| overflow:hidden;
| line-height: 1.5em;
| }
| a, pre, code {
| text-align: $textAlignment;
-2
View File
@@ -19,6 +19,4 @@
android:entryValues="@array/preloaded_fonts_keys"
android:key="reader_font"
android:title="@string/settings_reader_font" />
</PreferenceScreen>