Skip to content

Commit 3e99b45

Browse files
JayPanozgithub-actions[bot]
authored andcommitted
Update dist
1 parent 49369ed commit 3e99b45

4 files changed

Lines changed: 16 additions & 4 deletions

File tree

css/dist/ReadiumCSS-after.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,14 @@
7171
body{
7272
width:100%;
7373
max-width:var(--RS__defaultLineLength) !important;
74-
padding:0 var(--RS__pageGutter) !important;
7574
margin:0 auto !important;
7675
box-sizing:border-box;
7776
}
7877

78+
:root:not([style*="readium-scroll-on"]) body{
79+
padding:0 var(--RS__pageGutter) !important;
80+
}
81+
7982
:root:not([style*="readium-noOverflow-on"]) body{
8083
overflow:hidden;
8184
}

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,14 @@
7171
body{
7272
width:100%;
7373
max-width:var(--RS__defaultLineLength) !important;
74-
padding:0 var(--RS__pageGutter) !important;
7574
margin:0 auto !important;
7675
box-sizing:border-box;
7776
}
7877

78+
:root:not([style*="readium-scroll-on"]) body{
79+
padding:0 var(--RS__pageGutter) !important;
80+
}
81+
7982
:root:not([style*="readium-noOverflow-on"]) body{
8083
overflow:hidden;
8184
}

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,14 @@
8282
body{
8383
width:100%;
8484
max-height:var(--RS__defaultLineLength) !important;
85-
padding:var(--RS__pageGutter) 0 !important;
8685
margin:auto 0 !important;
8786
box-sizing:border-box;
8887
}
8988

89+
:root:not([style*="readium-scroll-on"]) body{
90+
padding:var(--RS__pageGutter) 0 !important;
91+
}
92+
9093
:root:not([style*="readium-noOverflow-on"]) body{
9194
overflow:hidden;
9295
}

css/dist/rtl/ReadiumCSS-after.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,14 @@
7171
body{
7272
width:100%;
7373
max-width:var(--RS__defaultLineLength) !important;
74-
padding:0 var(--RS__pageGutter) !important;
7574
margin:0 auto !important;
7675
box-sizing:border-box;
7776
}
7877

78+
:root:not([style*="readium-scroll-on"]) body{
79+
padding:0 var(--RS__pageGutter) !important;
80+
}
81+
7982
:root:not([style*="readium-noOverflow-on"]) body{
8083
overflow:hidden;
8184
}

0 commit comments

Comments
 (0)