improvement: re-enable and improve Models jump-to-path (#4674)

This commit is contained in:
kyle
2018-06-22 21:28:19 -07:00
committed by GitHub
parent 815dbe0b5d
commit a86fcf312a
2 changed files with 13 additions and 1 deletions

View File

@@ -166,6 +166,7 @@ section.models
.model-container
{
margin: 0 20px 15px;
position: relative;
transition: all .5s;
@@ -186,6 +187,13 @@ section.models
{
margin: 0 20px;
}
.models-jump-to-path {
position: absolute;
top: 8px;
right: 5px;
opacity: 0.65;
}
}
.model-box