full releaseeee timeeeee >:3

This commit is contained in:
mandorinn 2022-03-24 01:16:40 -05:00 committed by GitHub
parent dc1f5ef728
commit 37da4253f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1215,15 +1215,14 @@
height:100%;
}
.styled-dtext div.expandable > div.expandable-header > .section-arrow::after {
font-family: "Font Awesome 5 Free";
content: "\f0d2";
content: "►";
position: relative;
height: 1ch;
transition: 100ms;
}
.styled-dtext div.expandable.expanded > div.expandable-header > .section-arrow::after{
transform: rotate(90deg)!important;
content: "\f0d2";
content: "";
transform-origin: bottom;
}
/* Comments */