Add a qr-code for source urls

This commit is contained in:
Eike Kettner
2020-08-03 18:27:13 +02:00
parent d9a00c8cb8
commit ed8f16fe73
5 changed files with 63 additions and 13 deletions

View File

@ -104,6 +104,12 @@
background: rgba(220, 255, 71, 0.6);
}
.default-layout .qr-code svg {
border: 1px solid #ccc;
width: 200px;
height: 200px;
}
.markdown-preview {
overflow: auto;
max-height: 300px;