File tree 1 file changed +4
-5
lines changed
src/layouts/ja_10key_flick
1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -106,14 +106,13 @@ KeyBase {
106
106
font .family : Theme .fontFamily
107
107
font .pixelSize : ! pressed && symbolOnly
108
108
? Theme .fontSizeExtraSmall
109
- : (! portraitMode || attributes .isShifted || attributes .inSymView
110
- || ! flickAssistConfig .value )
109
+ : ! portraitMode || ! flickAssistConfig .value
111
110
? Theme .fontSizeLarge
112
- : ( flickerIndex > 0
111
+ : flickerIndex > 0
113
112
? Theme .fontSizeExtraLarge
114
- : ( ! pressed
113
+ : ! pressed
115
114
? Theme .fontSizeMedium
116
- : Theme .fontSizeHuge ))
115
+ : Theme .fontSizeHuge
117
116
font .letterSpacing : (portraitMode === true && ! attributes .isShifted && ! attributes .inSymView && symbolOnly && flickerText .length > 3 ) ? - 10 : 0
118
117
color: ! pressed || (flickerIndex == 0 || currentText .charAt (flickerIndex) == " " )
119
118
? Theme .primaryColor
You can’t perform that action at this time.
0 commit comments