Skip to content

Commit 89163e3

Browse files
JayPanozgithub-actions[bot]
authored andcommitted
Update dist
1 parent 1f19310 commit 89163e3

4 files changed

Lines changed: 38 additions & 1 deletion

File tree

css/dist/ReadiumCSS-before.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -400,6 +400,15 @@ img, svg|svg, video{
400400
break-inside:avoid;
401401
}
402402

403+
@supports (zoom: 1) and (not ((-webkit-column-axis: horizontal) and (-webkit-column-progression: normal))){
404+
405+
:root:not([style*="readium-deprecatedFontSize-on"]):not([style*="readium-iOSPatch-on"])[style*="--USER__fontSize"] img,
406+
:root:not([style*="readium-deprecatedFontSize-on"]):not([style*="readium-iOSPatch-on"])[style*="--USER__fontSize"] svg|svg,
407+
:root:not([style*="readium-deprecatedFontSize-on"]):not([style*="readium-iOSPatch-on"])[style*="--USER__fontSize"] video{
408+
zoom:calc(100% / var(--USER__fontSize));
409+
}
410+
}
411+
403412
audio{
404413
max-width:100%;
405414
-webkit-column-break-inside:avoid;

css/dist/cjk-horizontal/ReadiumCSS-before.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -400,6 +400,15 @@ img, svg|svg, video{
400400
break-inside:avoid;
401401
}
402402

403+
@supports (zoom: 1) and (not ((-webkit-column-axis: horizontal) and (-webkit-column-progression: normal))){
404+
405+
:root:not([style*="readium-deprecatedFontSize-on"]):not([style*="readium-iOSPatch-on"])[style*="--USER__fontSize"] img,
406+
:root:not([style*="readium-deprecatedFontSize-on"]):not([style*="readium-iOSPatch-on"])[style*="--USER__fontSize"] svg|svg,
407+
:root:not([style*="readium-deprecatedFontSize-on"]):not([style*="readium-iOSPatch-on"])[style*="--USER__fontSize"] video{
408+
zoom:calc(100% / var(--USER__fontSize));
409+
}
410+
}
411+
403412
audio{
404413
max-width:100%;
405414
-webkit-column-break-inside:avoid;

css/dist/cjk-vertical/ReadiumCSS-before.css

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,6 +400,16 @@ img, svg|svg, video{
400400
break-inside:avoid;
401401
}
402402

403+
@supports (zoom: 1) and (not ((-webkit-column-axis: horizontal) and (-webkit-column-progression: normal))){
404+
405+
:root:not([style*="readium-deprecatedFontSize-on"]):not([style*="readium-iOSPatch-on"])[style*="--USER__fontSize"] img,
406+
:root:not([style*="readium-deprecatedFontSize-on"]):not([style*="readium-iOSPatch-on"])[style*="--USER__fontSize"] svg|svg,
407+
:root:not([style*="readium-deprecatedFontSize-on"]):not([style*="readium-iOSPatch-on"])[style*="--USER__fontSize"] video,
408+
:root:not([style*="readium-deprecatedFontSize-on"]):not([style*="readium-iOSPatch-on"])[style*="--USER__fontSize"] div{
409+
zoom:calc(100% / var(--USER__fontSize));
410+
}
411+
}
412+
403413
audio{
404414
max-width:100%;
405415
-webkit-column-break-inside:avoid;
@@ -409,5 +419,5 @@ audio{
409419

410420
table{
411421
max-height:var(--RS__maxMediaWidth);
412-
box-sizing:var(--RS__boxSizingTable)
422+
box-sizing:var(--RS__boxSizingTable);
413423
}

css/dist/rtl/ReadiumCSS-before.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -400,6 +400,15 @@ img, svg|svg, video{
400400
break-inside:avoid;
401401
}
402402

403+
@supports (zoom: 1) and (not ((-webkit-column-axis: horizontal) and (-webkit-column-progression: normal))){
404+
405+
:root:not([style*="readium-deprecatedFontSize-on"]):not([style*="readium-iOSPatch-on"])[style*="--USER__fontSize"] img,
406+
:root:not([style*="readium-deprecatedFontSize-on"]):not([style*="readium-iOSPatch-on"])[style*="--USER__fontSize"] svg|svg,
407+
:root:not([style*="readium-deprecatedFontSize-on"]):not([style*="readium-iOSPatch-on"])[style*="--USER__fontSize"] video{
408+
zoom:calc(100% / var(--USER__fontSize));
409+
}
410+
}
411+
403412
audio{
404413
max-width:100%;
405414
-webkit-column-break-inside:avoid;

0 commit comments

Comments
 (0)