Qubit results parsing complete.
This commit is contained in:
@@ -104,8 +104,6 @@ div.gallery {
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.plate {
|
||||
display: inline-grid;
|
||||
grid-auto-flow: column;
|
||||
@@ -188,4 +186,10 @@ ul.no-bullets {
|
||||
.grid-container {
|
||||
display: grid;
|
||||
grid-auto-flow: column;
|
||||
}
|
||||
}
|
||||
|
||||
.disable_section {
|
||||
pointer-events: none;
|
||||
opacity: 0.4;
|
||||
}
|
||||
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
{% block script %}
|
||||
{% if not child %}
|
||||
|
||||
{% for j in js%}
|
||||
{% for j in js %}
|
||||
|
||||
<script>
|
||||
{{ j }}
|
||||
|
||||
Reference in New Issue
Block a user