File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 227227 /* 調低按鍵高度 (65px) */
228228 line-height : 65px ;
229229 min-height : 65px ;
230- font-size : 2.0 rem ; /* 修正處 3 : 數字、字母、符號字體從 2.5rem 縮小至 2.0rem */
230+ font-size : 1.8 rem ; /* 修正處: 數字、字母、符號字體從 2.0rem 縮小至 1.8rem */
231231 font-weight : bold;
232232 }
233233
237237 /* 調低按鍵高度 (65px) */
238238 line-height : 65px ;
239239 min-height : 65px ;
240- font-size : 2.0rem ;
240+ font-size : 1.8 rem ; /* 修正處: 功能鍵字體從 2.0rem 縮小至 1.8rem */
241241 font-weight : bold; /* 功能鍵設定為粗體 */
242242 }
243243
244- /* 修正處 1: 縮小 lang_toggle 鍵的字體 */
244+ /* 修正處 1: 縮小 lang_toggle 鍵的字體 (保留 1.2rem) */
245245 .key [data-code = "lang_toggle" ] {
246- font-size : 1.2rem ; /* 保留: 避免跳行 */
246+ font-size : 1.2rem ;
247247 }
248248
249- /* 修正處 2: 放大 enter 鍵的字體二倍 */
249+ /* 修正處 2: 放大 enter 鍵的字體二倍 (保留 4.0rem) */
250250 .key [data-code = "enter" ] {
251- font-size : 4.0rem ; /* 保留: 放大二倍 */
251+ font-size : 4.0rem ;
252252 }
253253
254254 /* 調整功能鍵的寬度比例 (6 個功能鍵的新比例) */
You can’t perform that action at this time.
0 commit comments