Add screenshot plugin (#217)

This commit is contained in:
Simon Lecoq
2021-04-08 22:46:30 +02:00
committed by GitHub
parent b716b608de
commit 0a57efd4b3
7 changed files with 147 additions and 1 deletions

View File

@@ -932,6 +932,12 @@
stroke: rgba(127, 127, 127, 0.4) !important;
}
/* Autosize */
.autosize {
width: auto;
height: auto;
}
/* Fade animation */
.af {
opacity: 0;