Index: ui/keyboard/resources/elements/kb-key.html |
diff --git a/ui/keyboard/resources/elements/kb-key.html b/ui/keyboard/resources/elements/kb-key.html |
index 4a947bed0437f866f28a4dfc407caaac7fc8fee7..a7273fb639076209ce905562f858cb796f2181bb 100644 |
--- a/ui/keyboard/resources/elements/kb-key.html |
+++ b/ui/keyboard/resources/elements/kb-key.html |
@@ -40,8 +40,7 @@ |
/* TODO(rsadam@): Remove when we fully switch to native shadow dom. */ |
/* TODO(rsadam@): Move shift key rules to kb-shift-key. */ |
kb-shift-key .key, |
- :host(kb-shift-key) .key, |
- :host([image]) .key { |
+ :host(kb-shift-key) .key { |
height: 70%; |
width: auto; |
} |
@@ -50,8 +49,8 @@ |
height: 85%; |
} |
- :host([image].hide-keyboard) .key { |
- height: 100%; |
+ :host([image]) .key { |
+ height: 30%; |
} |
:host([image].search) .key { |