2021-08-12 22:37:07 +03:00
|
|
|
.markdown-body .procedural-image-wrapper {
|
2021-04-26 19:18:25 +03:00
|
|
|
display: block;
|
2021-11-19 23:50:06 +03:00
|
|
|
padding: 1rem 0;
|
|
|
|
margin: 1rem auto 0 auto;
|
2021-04-27 17:29:03 +03:00
|
|
|
border: none;
|
2021-11-19 23:50:06 +03:00
|
|
|
max-width: calc(100% - 2rem);
|
2021-04-26 19:18:25 +03:00
|
|
|
|
2021-11-19 23:50:06 +03:00
|
|
|
img {
|
|
|
|
width: auto;
|
|
|
|
height: auto;
|
|
|
|
max-height: 32rem;
|
|
|
|
padding: 0;
|
|
|
|
box-shadow: var(--color-shadow-medium);
|
|
|
|
}
|
2021-12-01 20:57:08 +03:00
|
|
|
|
|
|
|
img[src*="https://github.githubassets.com/images/icons/emoji"] {
|
2021-11-19 23:50:06 +03:00
|
|
|
box-shadow: none;
|
|
|
|
}
|
2021-04-26 19:18:25 +03:00
|
|
|
}
|
|
|
|
|
2021-04-26 21:41:16 +03:00
|
|
|
.markdown-body img {
|
2021-11-19 23:50:06 +03:00
|
|
|
max-height: 32rem;
|
2021-04-27 17:29:03 +03:00
|
|
|
padding: 0;
|
2021-07-15 00:35:01 +03:00
|
|
|
}
|
2021-12-01 20:57:08 +03:00
|
|
|
|
|
|
|
// make sure images that contain emoji render at the expected size
|
|
|
|
.markdown-body img[src*="https://github.githubassets.com/images/icons/emoji"]
|
|
|
|
{
|
|
|
|
height: 20px;
|
|
|
|
width: 20px;
|
|
|
|
}
|