fossbook 0.2.4 → 0.2.5
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
|
@@ -280,12 +280,16 @@
|
|
|
280
280
|
height: 100%;
|
|
281
281
|
display: flex;
|
|
282
282
|
flex-direction: column;
|
|
283
|
-
border:
|
|
283
|
+
border: 1px solid #575752;
|
|
284
284
|
border-radius: var(--panel-border-radius, 0);
|
|
285
285
|
background: var(--panel-background, #fff);
|
|
286
286
|
box-shadow: var(--panel-box-shadow, none);
|
|
287
287
|
}
|
|
288
288
|
|
|
289
|
+
.panel-group-boxed[style*="--panel-border:"] > .image-container > figure {
|
|
290
|
+
border: var(--panel-border);
|
|
291
|
+
}
|
|
292
|
+
|
|
289
293
|
.panel-group-boxed[style*="--panel-border-color:"] > .image-container > figure {
|
|
290
294
|
border-color: var(--panel-border-color);
|
|
291
295
|
}
|
|
@@ -312,7 +316,7 @@
|
|
|
312
316
|
.comic-panel {
|
|
313
317
|
margin: 2rem 0;
|
|
314
318
|
padding: 1rem;
|
|
315
|
-
border:
|
|
319
|
+
border: 2px solid #575752;
|
|
316
320
|
border-radius: var(--comic-panel-border-radius, 0);
|
|
317
321
|
background: var(--comic-panel-background, #fff);
|
|
318
322
|
box-shadow: var(--comic-panel-shadow, 4px 4px 0 rgba(70, 70, 66, 0.14));
|