@canopy-iiif/app 1.4.0 → 1.4.1

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.
@@ -1,6 +1,6 @@
1
1
  code {
2
2
  font-family: var(--font-mono);
3
- font-size: 0.9222rem;
3
+ font-size: 0.9222em;
4
4
  }
5
5
 
6
6
  hr {
@@ -15,6 +15,14 @@
15
15
  font-family: inherit;
16
16
  }
17
17
 
18
+ .leaflet-popup-content {
19
+ margin: 1rem;
20
+ }
21
+
22
+ .leaflet-popup-close-button {
23
+ display: none;
24
+ }
25
+
18
26
  &__canvas {
19
27
  width: 100%;
20
28
  height: 100%;
@@ -85,6 +93,10 @@
85
93
  height: auto;
86
94
  }
87
95
 
96
+ .leaflet-popup {
97
+ padding: 1rem 1rem 0;
98
+ }
99
+
88
100
  &__marker-thumb,
89
101
  &__marker-solid {
90
102
  width: 56px;
@@ -77,7 +77,7 @@
77
77
  }
78
78
  code {
79
79
  font-family: var(--font-mono);
80
- font-size: 0.9222rem;
80
+ font-size: 0.9222em;
81
81
  }
82
82
 
83
83
  hr {
@@ -2472,6 +2472,12 @@ html.dark .canopy-iiif-image .clover-iiif-image-openseadragon .clover-iiif-image
2472
2472
  .canopy-map .leaflet-container {
2473
2473
  font-family: inherit;
2474
2474
  }
2475
+ .canopy-map .leaflet-popup-content {
2476
+ margin: 1rem;
2477
+ }
2478
+ .canopy-map .leaflet-popup-close-button {
2479
+ display: none;
2480
+ }
2475
2481
  .canopy-map__canvas {
2476
2482
  width: 100%;
2477
2483
  height: 100%;
@@ -2534,6 +2540,9 @@ html.dark .canopy-iiif-image .clover-iiif-image-openseadragon .clover-iiif-image
2534
2540
  width: auto;
2535
2541
  height: auto;
2536
2542
  }
2543
+ .canopy-map .leaflet-popup {
2544
+ padding: 1rem 1rem 0;
2545
+ }
2537
2546
  .canopy-map__marker-thumb, .canopy-map__marker-solid {
2538
2547
  width: 56px;
2539
2548
  height: 56px;