We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bcc09c commit 7113fb2Copy full SHA for 7113fb2
msreader-files/css/admin.css
@@ -162,10 +162,17 @@
162
font-weight: bold !important;
163
}
164
.msreader-post-content img {
165
- max-width: 100%;
+ max-width: 46%;
166
height: auto;
167
float: none;
168
169
+@media screen and (max-width: 782px) {
170
+ .msreader-post-content img {
171
+ max-width: 80%;
172
+ height: auto;
173
+ float: none;
174
+ }
175
+}
176
#msreader-dashboard iframe, .msreader-post-overlay iframe {
177
max-width: 100%;
178
0 commit comments