dynamic loading

This commit is contained in:
りき萌 2023-08-20 15:05:59 +02:00
parent b28a4f5b9a
commit aa91046bc5
7 changed files with 218 additions and 63 deletions

View file

@ -97,8 +97,7 @@
opacity: 100%;
}
.tree .branch-link {
background-image: url("../svg/link.svg");
.tree .icon {
background-repeat: no-repeat;
background-position: 50% 50%;
opacity: 35%;
@ -106,3 +105,24 @@
width: 24px;
height: 24px;
}
.tree .icon-permalink {
background-image: url("../svg/permalink.svg");
}
.tree .icon-go {
background-image: url("../svg/go.svg");
}
.tree a.navigate {
background-repeat: no-repeat;
background-position: 0 50%;
opacity: 50%;
color: #000;
padding-left: 20px;
}
.tree .link-loading {
padding-left: 24px;
opacity: 50%;
}