We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c097054 commit 46ce4daCopy full SHA for 46ce4da
1 file changed
stylesheets/overrides.scss
@@ -132,11 +132,15 @@ pre .bluebox {
132
133
.markdown-body button.btn-toggle-image {
134
border: none;
135
- margin-top: 2px;
+ margin-top: 20px;
136
+ padding: 10px 0;
137
max-width: calc(100% - 32px);
138
background-color: transparent;
139
+ display: block;
140
}
141
142
.markdown-body button.btn-toggle-image img {
143
padding: 0;
144
+ max-height: 500px;
145
+ border: 2px solid var(--color-auto-gray-2);
146
0 commit comments