~repos /only-bible-app

#kotlin#android#ios

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.


5c7d942b pyrossh

2 years ago
fix sidebar
Files changed (1) hide show
  1. lib/components/sidebar.dart +1 -1
lib/components/sidebar.dart CHANGED
@@ -14,7 +14,7 @@ class Sidebar extends StatelessWidget {
14
14
  left: 0.0,
15
15
  top: 0.0,
16
16
  child: Container(
17
- width: 30.0,
17
+ width: 40.0,
18
18
  height: height,
19
19
  decoration: BoxDecoration(
20
20
  color: Theme.of(context).primaryColorDark,