Skip to content

Commit 46ce4da

Browse files
committed
mimic the procedural-image-wrapper class styles
1 parent c097054 commit 46ce4da

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

stylesheets/overrides.scss

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,11 +132,15 @@ pre .bluebox {
132132

133133
.markdown-body button.btn-toggle-image {
134134
border: none;
135-
margin-top: 2px;
135+
margin-top: 20px;
136+
padding: 10px 0;
136137
max-width: calc(100% - 32px);
137138
background-color: transparent;
139+
display: block;
138140
}
139141

140142
.markdown-body button.btn-toggle-image img {
141143
padding: 0;
144+
max-height: 500px;
145+
border: 2px solid var(--color-auto-gray-2);
142146
}

0 commit comments

Comments
 (0)