@compiiile/compiiile 2.7.0 → 2.7.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.
@@ -205,6 +205,9 @@
205
205
  padding: 0;
206
206
  border-collapse: collapse;
207
207
  margin-bottom: 20px;
208
+ display: block;
209
+ max-width: 100%;
210
+ overflow-x: scroll;
208
211
  }
209
212
 
210
213
  table tr {
@@ -111,7 +111,11 @@
111
111
 
112
112
  table {
113
113
  font-size: 2vmin;
114
+ display: block;
115
+ max-width: 100%;
116
+ overflow-x: scroll;
114
117
  }
118
+
115
119
  table tr {
116
120
  border: 1px solid var(--table-border-color);
117
121
  background-color: var(--table-odd-lines-background-color);
@@ -172,3 +176,17 @@ html.theme--light td code {
172
176
  html.reveal-print .reveal .slides section {
173
177
  padding: var(--slide-padding-vertical) var(--slide-padding-horizontal) !important;
174
178
  }
179
+
180
+ @media screen and (max-width: 1400px) {
181
+ :root {
182
+ --slide-padding-vertical: 20px;
183
+ --slide-padding-horizontal: 40px;
184
+ }
185
+ }
186
+
187
+ @media screen and (max-width: 800px) {
188
+ :root {
189
+ --slide-padding-vertical: 20px;
190
+ --slide-padding-horizontal: 10px;
191
+ }
192
+ }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@compiiile/compiiile",
3
3
  "private": false,
4
- "version": "2.7.0",
4
+ "version": "2.7.1",
5
5
  "description": "The most convenient way to render a folder containing markdown files. Previewing and searching markdown files has never been that easy.",
6
6
  "author": "AlbanCrepel <alban.crepel@gmail.com>",
7
7
  "license": "GPL-3.0-only",