NagisaNao commited on
Commit
a52de58
·
verified ·
1 Parent(s): 81edc4f

Oh, yeah, I got it.

Browse files
Files changed (1) hide show
  1. special/dl_display_results.py +7 -2
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
- .extension { height: 300px; }
 
 
 
 
 
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.7</span></div>
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"