~repos /only-bible-app
git clone https://pyrossh.dev/repos/only-bible-app.git
The only bible app you will ever need. No ads. No in-app purchases. No distractions.
346903a8
—
pyrossh 2 years ago
improve verse spacing
lib/widgets/verses_view.dart
CHANGED
|
@@ -28,8 +28,6 @@ class VersesView extends StatelessWidget {
|
|
|
28
28
|
// contextMenuBuilder: null,
|
|
29
29
|
textScaleFactor: app.textScaleFactor,
|
|
30
30
|
// onSelectionChanged: (selection, _) {
|
|
31
|
-
// // Show copy, highlight, note, audio, share
|
|
32
|
-
// //bottom: 55, // TODO: maybe make this 55 only when actions bar is shown else 20
|
|
33
31
|
// },
|
|
34
32
|
TextSpan(
|
|
35
33
|
style: app.fontBold
|
|
@@ -60,7 +58,7 @@ class VersesView extends StatelessWidget {
|
|
|
60
58
|
),
|
|
61
59
|
const WidgetSpan(
|
|
62
60
|
child: Padding(
|
|
63
|
-
padding: EdgeInsets.only(bottom:
|
|
61
|
+
padding: EdgeInsets.only(top: 16, bottom: 16),
|
|
64
62
|
),
|
|
65
63
|
),
|
|
66
64
|
],
|