mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Moving jump-to-bottom button to right
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
parent
0b5f410d67
commit
f467ebfa4e
@ -27,7 +27,7 @@
|
||||
display: block;
|
||||
height: 0;
|
||||
border-top: 1px solid $primary;
|
||||
margin: $margin * 2;
|
||||
margin: $margin * 2 0;
|
||||
|
||||
&:after {
|
||||
position: absolute;
|
||||
@ -44,11 +44,10 @@
|
||||
.jump-to-bottom {
|
||||
position: absolute;
|
||||
font-size: small;
|
||||
left: 50%;
|
||||
right: 30px;
|
||||
padding: $unit / 2 $unit * 1.5;
|
||||
border-radius: $unit * 2;
|
||||
opacity: 0;
|
||||
transform: translateX(-50%);
|
||||
transition: opacity 0.2s;
|
||||
|
||||
&.active {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user