henry-search 1.0.24 → 1.0.26

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "henry-search",
3
- "version": "1.0.24",
3
+ "version": "1.0.26",
4
4
  "description": "Searches a typesense archive of musical performances",
5
5
  "main": "js/main.js",
6
6
  "scripts": {
@@ -75,7 +75,7 @@
75
75
  const workFilters = ref(null)
76
76
  const currentQuery = ref(null)
77
77
  const filtersClosed = ref(false)
78
- const mobileFiltersClosed = ref(false)
78
+ const mobileFiltersClosed = ref(true)
79
79
 
80
80
  const updateNow = ref(0)
81
81
 
@@ -163,7 +163,6 @@
163
163
  wrapper.classList.remove('closed')
164
164
  wrapper.classList.toggle('openMobile')
165
165
  leftPane.classList.toggle('openMobile')
166
- console.log(wrapper.classList)
167
166
  containers.forEach((el) => {
168
167
  if (el.style.display != "none") {
169
168
  el.style.display = "none"
@@ -114,9 +114,9 @@
114
114
  //padding: 1rem 2rem 0 1rem;
115
115
 
116
116
  position: sticky;
117
- bottom: 0;
117
+ //bottom: 0;
118
118
  z-index: 3;
119
- height: 100px;
119
+ height: 110px;
120
120
  width: 100vw;
121
121
  box-shadow: 0 -30px 30px var(--color-gray-100);
122
122
  background-color: white;
@@ -160,7 +160,7 @@
160
160
  background-color: var(--color-turquoise);
161
161
  color: var(--color-dark-blue);
162
162
  font-weight: 600;
163
- margin-right: 2rem;
163
+ margin-right: 1rem;
164
164
  }
165
165
 
166
166
  }