Skip to content

Commit ddfccd8

Browse files
author
kirbIndustries
authored
Update styles.css
1 parent ca49744 commit ddfccd8

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

css/styles.css

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -607,22 +607,17 @@ input[type="color"]::-moz-color-swatch {
607607
bottom: 0;
608608
left: 0;
609609
right: 0;
610-
height: 25px;
610+
height: 50px;
611611
display: flex;
612612
justify-content: center;
613-
align-items: flex-start;
613+
align-items: flex-end;
614614
cursor: grab;
615615
z-index: 9996;
616616
touch-action: none;
617617
user-select: none;
618618
transition: transform 0.15s cubic-bezier(.2, 1.3, .64, 1);
619619
}
620620

621-
.drawer-handle:active .nav-pill {
622-
transform: translateY(-5px) scale(1.2);
623-
transition: transform 0.1s cubic-bezier(.2, 1.3, .64, 1);
624-
}
625-
626621
.drawer-handle:active {
627622
cursor: grabbing;
628623
}
@@ -632,10 +627,15 @@ input[type="color"]::-moz-color-swatch {
632627
display: flex;
633628
justify-content: center;
634629
width: 50%;
635-
max-width: 100px;
630+
max-width: 50px;
636631
align-items: center;
637632
}
638633

634+
.drawer-pill:active {
635+
transform: translateY(-5px) scale(1.2);
636+
transition: transform 0.1s cubic-bezier(.2, 1.3, .64, 1);
637+
}
638+
639639
.nav-pill {
640640
transform: scale(1);
641641
transition: transform 0.15s cubic-bezier(.2, 1.3, .64, 1), opacity 0.3s ease, background-color 0.3s, width 0.3s;

0 commit comments

Comments
 (0)