Replace custom gist implementation with github rendering (#1436)

* Replace custom gist implementation with github rendering

Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
Tilman Vatteroth 2021-08-31 22:37:33 +02:00 committed by GitHub
parent 64443a3b64
commit dee494386a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 143 additions and 60 deletions

View file

@ -9,3 +9,18 @@
filter: blur(3px);
}
}
.gist-resizer-row {
display: flex;
justify-content: center;
.gist-resizer {
display: flex;
width: 48px;
height: 5px;
background: white;
border-radius: 90px;
cursor: row-resize;
box-shadow: black 0 0 3px;
}
}