Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3407118
D8095.id27493.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
483 B
Referenced Files
None
Subscribers
None
D8095.id27493.diff
View Options
diff --git a/landing/keyserver-faq.css b/landing/keyserver-faq.css
--- a/landing/keyserver-faq.css
+++ b/landing/keyserver-faq.css
@@ -37,15 +37,17 @@
}
.answerContainer {
- max-height: 0;
- overflow: hidden;
+ display: grid;
+ grid-template-rows: 0fr;
+ transition: grid-template-rows 500ms;
}
.activeAnswerContainer {
- max-height: fit-content;
+ grid-template-rows: 1fr;
}
.answerText {
color: var(--white-100);
margin-top: 16px;
+ overflow: hidden;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Dec 5, 4:10 AM (14 h, 5 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2615963
Default Alt Text
D8095.id27493.diff (483 B)
Attached To
Mode
D8095: [landing] animate the keyserver faq section
Attached
Detach File
Event Timeline
Log In to Comment