@@ -16,30 +16,31 @@ div.keyboard_row {
16
16
}
17
17
18
18
section # keyboard .animation_state_2 > div .keyboard_row : nth-child (1 ) {
19
- transition : width .5 s cubic-bezier (0.4 , 0 , 1 , 1 ), background .1s linear .5 s ;
19
+ transition : width .7 s cubic-bezier (0.4 , 0 , 1 , 1 ) .2 s , filter .1s linear .8 s ;
20
20
}
21
21
section # keyboard .animation_state_2 > div .keyboard_row : nth-child (2 ) {
22
- transition : width .5 s cubic-bezier (0.4 , 0 , 1 , 1 ) .2 s , background .1s linear .7 s ;
22
+ transition : width .7 s cubic-bezier (0.4 , 0 , 1 , 1 ) .1 s , filter .1s linear .6 s ;
23
23
}
24
24
section # keyboard .animation_state_2 > div .keyboard_row : nth-child (3 ) {
25
- transition : width .5 s cubic-bezier (0.4 , 0 , 1 , 1 ) .4 s , background .1s linear .9 s ;
25
+ transition : width .7 s cubic-bezier (0.4 , 0 , 1 , 1 ), filter .1s linear .5 s ;
26
26
}
27
27
section # keyboard .animation_state_2 > div .keyboard_row : nth-child (4 ) {
28
- transition : width .5 s cubic-bezier (0.4 , 0 , 1 , 1 ) .6 s , background .1s linear 1. 1s ;
28
+ transition : width .7 s cubic-bezier (0.4 , 0 , 1 , 1 ) .3 s , filter .1s linear 1s ;
29
29
}
30
30
section # keyboard .animation_state_2 > div .keyboard_row : nth-child (5 ) {
31
- transition : width .5 s cubic-bezier (0.4 , 0 , 1 , 1 ) .8 s , background .1s linear 1.3 s ;
31
+ transition : width .6 s cubic-bezier (0.4 , 0 , 1 , 1 ) .2 s , filter .1s linear .8 s ;
32
32
}
33
33
34
34
section # keyboard .animation_state_1 > * {
35
- background-color : rgba ( 190 , 230 , 193 , 1 );
35
+ filter : brightness ( 170 % );
36
36
width : 0px ;
37
37
overflow : hidden;
38
38
}
39
39
40
40
section # keyboard .animation_state_2 > * {
41
- width : 53vw ;
42
- background-color : rgba (190 , 230 , 193 , 0 );
41
+ filter : brightness (100% );
42
+ width : 100vw ;
43
+ overflow : hidden;
43
44
}
44
45
45
46
div .keyboard_row : last-child {
@@ -123,6 +124,7 @@ div.keyboard_key > h4, div.keyboard_row > .keyboard_key:last-child > *:not(h1),
123
124
124
125
div .keyboard_row : not (: nth-child (4 )): not (: last-child ) > .keyboard_key : last-child , div .keyboard_row > .keyboard_key : first-child {
125
126
width : 90px ;
127
+ min-width : 90px ;
126
128
}
127
129
128
130
div .keyboard_key # keyboard_spacebar , div .keyboard_enter {
@@ -132,6 +134,7 @@ div.keyboard_key#keyboard_spacebar, div.keyboard_enter {
132
134
div .keyboard_row # row_1 > div .keyboard_enter {
133
135
border-bottom-right-radius : 0px ;
134
136
width : 105px ;
137
+ min-width : 105px ;
135
138
}
136
139
137
140
div .keyboard_row # row_1 > div .keyboard_enter > h1 {
@@ -144,6 +147,7 @@ div.keyboard_row#row_2 > div.keyboard_enter {
144
147
border-top-left-radius : 0px ;
145
148
border-top : 2px solid # 090b0a ;
146
149
width : 84px ;
150
+ min-width : 84px ;
147
151
margin-top : 0px ;
148
152
height : 69px ;
149
153
top : -4px ;
@@ -156,6 +160,7 @@ div.keyboard_row#row_2 > div.keyboard_enter:active, div.keyboard_row#row_2 > div
156
160
157
161
div .keyboard_key # keyboard_spacebar {
158
162
width : 515px ;
163
+ min-width : 515px ;
159
164
height : 38px ;
160
165
}
161
166
0 commit comments