@akropolys/kiku 1.4.0 → 1.5.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.
package/dist/styles.css CHANGED
@@ -2054,6 +2054,20 @@
2054
2054
  color: inherit;
2055
2055
  word-break: break-word;
2056
2056
  }
2057
+ .hsk-markdown-img-block {
2058
+ margin: 8px 0;
2059
+ line-height: 0;
2060
+ }
2061
+ .hsk-markdown-img {
2062
+ display: block;
2063
+ max-width: 100%;
2064
+ width: auto;
2065
+ max-height: 220px;
2066
+ border-radius: 10px;
2067
+ box-shadow: 0 2px 12px rgba(0, 0, 0, 0.18);
2068
+ object-fit: cover;
2069
+ background: rgba(128, 128, 128, 0.08);
2070
+ }
2057
2071
  .hsk-sp-item-original-price {
2058
2072
  font-size: 12px;
2059
2073
  text-decoration: line-through;