Skip to content

Commit c707d59

Browse files
committed
feat: make trip countdown stand out
1 parent 14375cf commit c707d59

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

assets/style.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -799,7 +799,7 @@ input:-webkit-autofill:active{
799799
color: var(--dark-gray);
800800
}
801801
.bike-list #stationName {
802-
width: calc(100% - 7vh - 10px - 5%);
802+
width: calc(100% - 7vh - 10px - 5% - 8dvh);
803803
position: absolute;
804804
left: calc(10px + 7vh);
805805
top: calc(3vh + 1rem + 0.2rem);
@@ -912,7 +912,7 @@ input:-webkit-autofill:active{
912912
position: absolute;
913913
top: 0;
914914
left: 0;
915-
z-index: 3;
915+
z-index: 4;
916916
}
917917
#bikeReserveCard {
918918
background-color: white;
@@ -2586,7 +2586,7 @@ input[type=number] {
25862586
right: 1vh;
25872587
bottom: unset;
25882588
left: unset;
2589-
z-index: unset;
2589+
z-index: 3;
25902590
}
25912591
#countdown > svg {
25922592
width: 8dvh;

0 commit comments

Comments
 (0)