File tree Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Expand file tree Collapse file tree 1 file changed +14
-2
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 {
166
176
list-style-type : lower-roman;
167
177
}
168
178
img {
179
+ /* redundant? */
169
180
display : inline-block;
181
+
170
182
height : auto;
171
183
width : auto;
172
184
}
220
232
visibility : visible;
221
233
}
222
234
@media only screen and (max-width : 800px ) {
235
+
223
236
.rssguard-mbody img {
224
237
max-width : 100% !important ;
225
238
}
264
277
height : 100vh ;
265
278
}
266
279
</ style >
267
- < meta name ="viewport " content ="width=device-width, initial-scale=1 ">
268
280
< title > %1</ title >
269
281
</ head >
270
282
You can’t perform that action at this time.
0 commit comments