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 530b0c5 commit 3624736Copy full SHA for 3624736
1 file changed
internal/ui/static/css/common.css
@@ -1120,12 +1120,19 @@ article.category-has-unread {
1120
height: auto;
1121
}
1122
1123
+.entry-content p > img:only-child {
1124
+ display: block;
1125
+ margin: auto;
1126
+}
1127
+
1128
.entry-content figure {
1129
margin-top: 15px;
1130
margin-bottom: 15px;
1131
1132
1133
.entry-content figure img {
1134
1135
1136
border: 1px solid #000;
1137
1138
0 commit comments