sfc-utils 1.4.12 → 1.4.14
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.
|
@@ -4,7 +4,7 @@ const DevHubCredit = () => {
|
|
|
4
4
|
return (
|
|
5
5
|
<>
|
|
6
6
|
<span className="devhub-credit">
|
|
7
|
-
Powered by the <a target="_blank" href="https://www.
|
|
7
|
+
Powered by the <a target="_blank" href="https://www.sfchronicle.com/projects/about-the-devhub-hearst-newspapers/">Hearst Newspapers DevHub</a>.
|
|
8
8
|
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M320 0c-17.7 0-32 14.3-32 32s14.3 32 32 32h82.7L201.4 265.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L448 109.3V192c0 17.7 14.3 32 32 32s32-14.3 32-32V32c0-17.7-14.3-32-32-32H320zM80 32C35.8 32 0 67.8 0 112V432c0 44.2 35.8 80 80 80H400c44.2 0 80-35.8 80-80V320c0-17.7-14.3-32-32-32s-32 14.3-32 32V432c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V112c0-8.8 7.2-16 16-16H192c17.7 0 32-14.3 32-32s-14.3-32-32-32H80z"/></svg>
|
|
9
9
|
</span>
|
|
10
10
|
</>
|
package/components/topper2.mjs
CHANGED
|
@@ -245,7 +245,7 @@ const Topper2 = ({ settings, wcmData, mods }) => {
|
|
|
245
245
|
)
|
|
246
246
|
case "small-visual":
|
|
247
247
|
// If there is a "Small_Visual_Max_Width" column, set the custom max width
|
|
248
|
-
if (Small_Visual_Max_Width) {
|
|
248
|
+
if (Small_Visual_Max_Width && r) {
|
|
249
249
|
r.style.setProperty('--small-visual-max-width', Small_Visual_Max_Width)
|
|
250
250
|
}
|
|
251
251
|
|