Skip to content

Commit 8b3d654

Browse files
author
Luke
committed
Make mobile workflow better
1 parent f117699 commit 8b3d654

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,15 +96,15 @@
9696
width: 100%;
9797
border-left: 0;
9898
border-top: 1px solid #374151;
99-
max-height: 0;
99+
height: 0;
100100
min-height: 0;
101-
flex-basis: 0; /* Don't take up any space when closed */
102101
overflow: hidden;
103102
opacity: 0;
104103
flex-shrink: 0;
105-
transition: max-height 0.3s ease, opacity 0.3s ease;
104+
transition: height 0.3s ease, opacity 0.3s ease;
106105
}
107106
.responsive-details.open {
107+
height: auto;
108108
max-height: 50vh;
109109
opacity: 1;
110110
}

0 commit comments

Comments
 (0)