BraydenMoore commited on
Commit
4e16b24
·
verified ·
1 Parent(s): b987ab8

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +2 -2
templates/index.html CHANGED
@@ -137,7 +137,7 @@
137
  }
138
  @font-face {font-family: "Andale Mono";src: url("static/andalemono.ttf") format("truetype");}
139
  #info {
140
- transition 0.5s ease;
141
  }
142
  #info-text {
143
  margin-top: 15px;
@@ -497,7 +497,7 @@
497
  const moreButton = document.getElementById('more-button');
498
 
499
  // Initial setup
500
- additionalInfo.style.height = '100%';
501
  additionalInfo.style.overflow = 'hidden';
502
  additionalInfo.style.transition = 'height 0.3s ease-in-out';
503
 
 
137
  }
138
  @font-face {font-family: "Andale Mono";src: url("static/andalemono.ttf") format("truetype");}
139
  #info {
140
+ transition 1s ease;
141
  }
142
  #info-text {
143
  margin-top: 15px;
 
497
  const moreButton = document.getElementById('more-button');
498
 
499
  // Initial setup
500
+ additionalInfo.style.height = '0';
501
  additionalInfo.style.overflow = 'hidden';
502
  additionalInfo.style.transition = 'height 0.3s ease-in-out';
503