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 40503da commit f3a6202Copy full SHA for f3a6202
res/doc/css/style.css
@@ -21,7 +21,7 @@ body {
21
text-rendering: optimizeLegibility;
22
}
23
24
-/::-webkit-scrollbar-button {
+::-webkit-scrollbar-button {
25
background-image: url('');
26
background-repeat: no-repeat;
27
width: 6px;
@@ -110,10 +110,9 @@ img.portrait {
110
111
img.plugin {
112
height: auto;
113
- max-height: 100%;
114
max-width: 450px;
115
object-fit: contain;
116
- width: auto;
+ width: 100%;
117
float: left;
118
margin: 0 25px 10px 0;
119
border: 2px solid #373944;
0 commit comments