refactor code and add dragover visual cue

Signed-off-by: Gunwant Jain <mail@wantguns.dev>
This commit is contained in:
Gunwant Jain
2021-12-26 08:23:18 +05:30
parent a9dc9452fc
commit cca3a8bec9
6 changed files with 271 additions and 230 deletions

View File

@@ -1,13 +1,16 @@
{% extends "base" %}
{% block styles %}
body {
padding: 10px;
}
pre {
margin: 0px;
font-family: monospace;
}
<style>
body {
padding: 10px;
}
pre {
margin: 0px;
font-family: monospace;
}
</style>
{% endblock styles %}
@@ -17,4 +20,4 @@ pre {
{% block body %}
{{ body | safe }}
{% endblock body %}
{% endblock body %}