Skip to content

Commit ec0f031

Browse files
authored
Update seedbox.styl
1 parent 9273fec commit ec0f031

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

src/app/styl/views/seedbox.styl

+11-4
Original file line numberDiff line numberDiff line change
@@ -483,24 +483,30 @@
483483

484484
.exit-when-done
485485
width: 44px;
486-
margin-top: 13px;
487-
margin-right: -28px;
486+
margin-top: 21px;
487+
margin-right: -18px;
488488
float: right;
489-
padding: 0.86rem 1rem;
489+
padding: 0.36rem 1rem;
490+
border-radius: 3px;
490491
background: $ShowBgColor2;
492+
color: $ShowText2;
491493
font-size: 0.65rem;
492494
font-weight: 600;
493495
text-transform: uppercase;
494496
overflow: hidden;
495497
text-overflow: clip;
496498
white-space: nowrap;
497499
cursor: pointer;
498-
transition: width 0.5s ease-in-out, color 0.3s, background-color 0.3s;
500+
transition: all 0.7s ease, color 0.3s, background-color 0.3s;
499501
transition-delay: 0.6s, 0s, 0s;
500502

501503
&:hover
502504
width: 35vw;
503505
transition-delay: 0.3s, 0s, 0s;
506+
border-radius: 0;
507+
padding: 0.86rem 1.62rem 0.86rem 1rem;
508+
margin-top: 13px;
509+
margin-right: -28px;
504510

505511
& > span
506512
opacity: 1;
@@ -524,6 +530,7 @@
524530
transition: opacity 0.5s ease-in-out;
525531
transition-delay: 0.6s;
526532
pointer-events: none;
533+
margin-left: 12px;
527534

528535
.progress-info {
529536
margin-bottom: .5rem;

0 commit comments

Comments
 (0)