| Index: ui/keyboard/resources/main.css
|
| diff --git a/ui/keyboard/resources/main.css b/ui/keyboard/resources/main.css
|
| index 7f99cc8605d2bebd1bae1a2bc9aaddbe99343139..4cb435bd43abd7157f9616859c69ec4eca469d9d 100644
|
| --- a/ui/keyboard/resources/main.css
|
| +++ b/ui/keyboard/resources/main.css
|
| @@ -50,8 +50,6 @@ kb-key.dark {
|
| .at,
|
| .com,
|
| .comma,
|
| -.hide,
|
| -.mic,
|
| .period,
|
| .tab {
|
| -webkit-box-flex: 1.3 !important;
|
| @@ -61,10 +59,14 @@ kb-key.dark {
|
| -webkit-box-flex: 2.1 !important;
|
| }
|
|
|
| -.symbol {
|
| +.mic {
|
| -webkit-box-flex: 1.5 !important;
|
| }
|
|
|
| +.symbol {
|
| + -webkit-box-flex: 1.25 !important;
|
| +}
|
| +
|
| .backspace {
|
| -webkit-box-flex: 1.7 !important;
|
| }
|
| @@ -80,7 +82,7 @@ kb-key.dark {
|
| }
|
|
|
| .space {
|
| - -webkit-box-flex: 4.8 !important;
|
| + -webkit-box-flex: 6.0 !important;
|
| }
|
|
|
| .bar {
|
|
|