spotlight-frontend 5.2.3 → 5.2.4

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.
@@ -5,10 +5,6 @@
5
5
  width: 100%;
6
6
  }
7
7
 
8
- .search-btn {
9
- max-height: 2.375rem;
10
- }
11
-
12
8
  .search_field {
13
9
  background: transparent;
14
10
  border: none;
@@ -145,13 +145,13 @@ $image-overlay-max-height: 300px;
145
145
  .btn-reset {
146
146
  background-color: transparent;
147
147
  display: none;
148
- margin-left: -42px;
149
- left: -40px;
148
+ margin-inline-start: -42px;
149
+ inset-inline-start: -40px;
150
150
  z-index: 20;
151
151
  }
152
152
 
153
153
  .search-btn {
154
- left: -40px;
154
+ inset-inline-start: -40px;
155
155
  z-index: 30;
156
156
  }
157
157
  }
@@ -122,7 +122,6 @@ form.edit_solr_document {
122
122
 
123
123
  .btn,
124
124
  .btn-group {
125
- margin-left: $spacer * 0.1;
126
125
  margin-top: $spacer * 0.25;
127
126
  }
128
127
  }
@@ -5,6 +5,7 @@
5
5
  margin-left: auto;
6
6
  margin-right: auto;
7
7
  max-width: 100%;
8
+ object-fit: contain;
8
9
  }
9
10
 
10
11
  .carousel-caption {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spotlight-frontend",
3
- "version": "5.2.3",
3
+ "version": "5.2.4",
4
4
  "description": "Exhibits plugin for blacklight",
5
5
  "main": "app/assets/javascripts/spotlight",
6
6
  "type": "module",