We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94b3ae8 commit 81d1615Copy full SHA for 81d1615
srv/templates/proposals/read.djhtml
@@ -17,28 +17,12 @@
17
padding : 0 0.3rem;
18
letter-spacing: 0.3rem;
19
background: gray;
20
-
21
transition: all 0.4s ease-in-out;
22
}
23
</style>
24
{% endblock %}
25
26
27
-{% block head %}
28
- {{super()}}
29
- <style>
30
- .comment-section{
31
- box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
32
- border-radius: 6px;
33
- overflow-y: auto;
34
- display: flex;
35
- flex-direction: column;
36
- padding: 3%;
37
- }
38
- </style>
39
-{% endblock %}
40
41
42
{% block admin_content %}
43
<h3 id="row.title"></h3>
44
0 commit comments