Spaces:
Running
Running
Update templates/index.html
Browse files- 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
|
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 = '
|
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 |
|