Fix brief appearance of rust logo in the sidebar

This commit is contained in:
Guillaume Gomez 2022-01-23 18:03:07 +01:00
parent ecf72996ed
commit d889a4ebac

View File

@ -398,7 +398,7 @@ nav.sub {
}
.source .sidebar > *:not(:first-child) {
transition: opacity 0.5s, visibility 0.2s;
transition: opacity 0.5s;
opacity: 0;
visibility: hidden;
}