Page MenuHomePhabricator

D8095.id27493.diff
No OneTemporary

D8095.id27493.diff

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

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)

Event Timeline