BraydenMoore commited on
Commit
50aa50b
·
1 Parent(s): a068dec

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +5 -1
templates/index.html CHANGED
@@ -156,9 +156,13 @@
156
  cursor: pointer;
157
  }
158
  #additional-info {
 
159
  height: 0px;
160
  overflow: hidden;
161
- transition: height 0.5s ease-in-out;
 
 
 
162
  }
163
 
164
 
 
156
  cursor: pointer;
157
  }
158
  #additional-info {
159
+ display: block;
160
  height: 0px;
161
  overflow: hidden;
162
+ transition: height 0.3s ease;
163
+ }
164
+ #additional-info.expanded {
165
+ height: auto;
166
  }
167
 
168