Update dropdown styling

This commit is contained in:
2026-05-08 09:56:30 +02:00
parent 922f2e02ec
commit ba10fd2573
3 changed files with 15 additions and 13 deletions
+1 -1
View File
@@ -18,7 +18,7 @@
main.parentNode.insertBefore(cal, main);
}
cal.querySelectorAll(".diary-cal-drop > button").forEach(wireDropdown);
cal.querySelectorAll(".dropdown > button").forEach(wireDropdown);
var pageHeader = document.querySelector("header");
function updateTop() {