Page MenuHomePhabricator

D8095.diff
No OneTemporary

D8095.diff

diff --git a/landing/keyserver-faq.css b/landing/keyserver-faq.css
--- a/landing/keyserver-faq.css
+++ b/landing/keyserver-faq.css
@@ -37,17 +37,19 @@
}
.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;
}
.link {

File Metadata

Mime Type
text/plain
Expires
Thu, Dec 5, 5:46 AM (15 h, 7 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2615962
Default Alt Text
D8095.diff (494 B)

Event Timeline