File tree Expand file tree Collapse file tree 1 file changed +15
-4
lines changed Expand file tree Collapse file tree 1 file changed +15
-4
lines changed Original file line number Diff line number Diff line change 11
11
|| ||
12
12
-->
13
13
<head>
14
+ <meta charset="utf-8">
15
+ <meta name="viewport" content="width=device-width, initial-scale=1">
14
16
<style>
15
17
:root {
16
18
--rssguard-base-unit: 10px;
17
19
--rssguard-em-unit: .3em;
20
+
18
21
/* Qt5 fusion border grey */
19
22
--rssguard-grey01: #B8B8B8;
20
23
40
43
margin-bottom: var(--rssguard-base-unit);
41
44
}
42
45
body {
43
- /* Another Qt grey */
46
+ /*
47
+ * Another Qt grey;
48
+ * bg required for "newspaper mode"
49
+ */
44
50
background-color: #FBFBFB;
45
51
46
52
box-sizing: border-box;
47
53
cursor: default;
48
54
font-kerning: normal;
55
+
56
+ /* redundant? */
57
+ -webkit-font-feature-settings: "kern" 1;
58
+ font-feature-settings: "kern" 1;
49
59
-webkit-text-size-adjust: 100%;
50
60
}
51
61
h1, h2, h3, h4, h5, h6 {
119
129
--rssguard-horiz: 13px;
120
130
121
131
border-radius: var(--rssguard-em-unit);
122
- margin 0;
123
132
overflow-x: auto;
124
133
padding: 7px var(--rssguard-horiz);
125
134
white-space: pre !important;
167
176
list-style-type: lower-roman;
168
177
}
169
178
img {
179
+ /* redundant? */
170
180
display: inline-block;
181
+
171
182
height: auto;
172
183
width: auto;
173
184
}
221
232
visibility: visible;
222
233
}
223
234
@media only screen and (max-width: 800px) {
235
+
224
236
.rssguard-mbody img {
225
237
max-width: 100% !important;
226
238
}
236
248
*/
237
249
word-break: break-word;
238
250
}
239
- /* fix at least some mess made by above */
251
+ /* Fix at least some mess produced by above */
240
252
table {
241
253
word-break: normal;
242
254
}
265
277
height: 100vh;
266
278
}
267
279
</style>
268
- <meta name="viewport" content="width=device-width, initial-scale=1">
269
280
<title>%1</title>
270
281
</head>
271
282
You can’t perform that action at this time.
0 commit comments