Skip to content

Commit 1b8d9e5

Browse files
committed
Update to v6.8.21, Update 3 files
2026-03-31 00:24 - Update: jaufarTafsirApp/app/src/main/assets/css/quran-navigation-list.css - Update: js/navbar.js - Update: js/navbar.min.js
1 parent 5652559 commit 1b8d9e5

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

jaufarTafsirApp/app/src/main/assets/css/quran-navigation-list.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,9 @@
129129
@media (max-width: 599px) {
130130
.q-navigation-container {
131131
font-size: 18px;
132-
justify-content: space-evenly;
132+
justify-content: center;
133+
gap: 0px; /* Sets a fixed gap between items */
134+
133135
}
134136
.q-nav-box {
135137
margin: 0;
@@ -139,6 +141,7 @@
139141
}
140142
.q-nav-value {
141143
font-size: 18px;
144+
min-width: 75px;
142145
}
143146
#surahDropdown {
144147
left: 0;

js/navbar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// this was initially just navbar code, but then i added other snippets i needed on every page, but not the dt stuff
22

3-
var hmvVersionNo = "6.8.20";
3+
var hmvVersionNo = "6.8.21";
44
// changed from 4.1.43 to 6.2.88, to match number of commits
55

66
// cant be 4.0, has to be like 4.1 or 4.01, as empty zeros will get removes

js/navbar.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)