Oh, yeah, I got it.
Browse files
special/dl_display_results.py
CHANGED
@@ -119,7 +119,12 @@ hr {
|
|
119 |
|
120 |
/* setting the height of "outputs" containers */
|
121 |
.outputs_dl { max-height: 400px; }
|
122 |
-
|
|
|
|
|
|
|
|
|
|
|
123 |
|
124 |
|
125 |
/* Animation of elements */
|
@@ -165,7 +170,7 @@ display(HTML(CSS))
|
|
165 |
HR = widgets.HTML('<hr>')
|
166 |
|
167 |
header_widget = widgets.HTML(value='''
|
168 |
-
<div class="header_dl">DOWNLOAD RESULTS <span style="color: grey; opacity: 0.25;">| v0.2.
|
169 |
''')
|
170 |
|
171 |
# Adding content to "outputs_widgets_list"
|
|
|
119 |
|
120 |
/* setting the height of "outputs" containers */
|
121 |
.outputs_dl { max-height: 400px; }
|
122 |
+
|
123 |
+
/* good use of space */
|
124 |
+
.extension, {
|
125 |
+
display: grid;
|
126 |
+
grid-template-columns: repeat(3, 1fr);
|
127 |
+
}
|
128 |
|
129 |
|
130 |
/* Animation of elements */
|
|
|
170 |
HR = widgets.HTML('<hr>')
|
171 |
|
172 |
header_widget = widgets.HTML(value='''
|
173 |
+
<div class="header_dl">DOWNLOAD RESULTS <span style="color: grey; opacity: 0.25;">| v0.2.8</span></div>
|
174 |
''')
|
175 |
|
176 |
# Adding content to "outputs_widgets_list"
|