aboutsummaryrefslogtreecommitdiff
path: root/themes/simple/layouts/_default/notes.html
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2023-05-24 16:33:50 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2023-05-24 16:33:50 +0200
commit74aa7375cc0e703f63ec2096937016b726bf26ce (patch)
treefc58e4bb1e6dfd2d51b7eba79b591175fbc3fa2a /themes/simple/layouts/_default/notes.html
parent1553304b890b12eba606d0fa0eac7cfbfc4466b4 (diff)
downloadmitjafelicijan.com-74aa7375cc0e703f63ec2096937016b726bf26ce.tar.gz
Fixed mobile jump to note select
Diffstat (limited to 'themes/simple/layouts/_default/notes.html')
-rw-r--r--themes/simple/layouts/_default/notes.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/simple/layouts/_default/notes.html b/themes/simple/layouts/_default/notes.html
index a3a6bab..616234e 100644
--- a/themes/simple/layouts/_default/notes.html
+++ b/themes/simple/layouts/_default/notes.html
@@ -13,7 +13,7 @@
13 13
14 <hr class="border-2 border-gray-100 mb-8"> 14 <hr class="border-2 border-gray-100 mb-8">
15 15
16 <select id="jump-to-note" class="px-3 py-2 rounded mb-2"> 16 <select id="jump-to-note" class="px-3 py-2 rounded mb-2 bg-gray-100 w-full md:w-auto">
17 <option>Jump to note</option> 17 <option>Jump to note</option>
18 </select> 18 </select>
19 19