mirror of
https://github.com/mickael-kerjean/filestash
synced 2025-12-06 08:22:24 +01:00
improvement (UI): hovering a hidden breadcrumb element - design update
This commit is contained in:
parent
009e6ff1b4
commit
e0006092cb
2 changed files with 3 additions and 2 deletions
|
|
@ -46,7 +46,7 @@
|
|||
transform: translateY(5px);
|
||||
border-radius: 2px;
|
||||
white-space: nowrap;
|
||||
padding: 1px 5px!important;
|
||||
padding: 3px 10px!important;
|
||||
margin: 5px 0px 5px -5px;
|
||||
}
|
||||
}
|
||||
|
|
@ -76,7 +76,7 @@ body.touch-no{
|
|||
span.title{
|
||||
opacity: 1;
|
||||
transform: translateY(0px);
|
||||
transition: all 0.2s ease-out;
|
||||
transition: all 0.15s ease-out;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
position: fixed;
|
||||
bottom: 20px;
|
||||
right: 20px;
|
||||
z-index: 2;
|
||||
.content{
|
||||
height: 25px;
|
||||
width: 25px;
|
||||
|
|
|
|||
Loading…
Reference in a new issue