| Index: third_party/WebKit/Source/devtools/front_end/emulation/deviceModeToolbar.css
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/emulation/deviceModeToolbar.css b/third_party/WebKit/Source/devtools/front_end/emulation/deviceModeToolbar.css
|
| index 72fb6612c54d31dfe96ba50e4f7f25591eab424b..e45ca46b39b26849af9bf9286caaf2f1d58ec4c1 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/emulation/deviceModeToolbar.css
|
| +++ b/third_party/WebKit/Source/devtools/front_end/emulation/deviceModeToolbar.css
|
| @@ -8,8 +8,8 @@
|
| background: hsl(0, 0%, 100%);
|
| border: none;
|
| padding: 2px 0;
|
| - width: 39px !important;
|
| - margin: 0 3px;
|
| + width: 34px !important;
|
| + margin: 0 2px;
|
| text-align: center;
|
| box-shadow: 0px 0px 1px 0px hsla(0, 0%, 0%, 0.13);
|
| border-radius: 1px;
|
| @@ -26,6 +26,7 @@
|
|
|
| .device-mode-size-input:disabled {
|
| background: transparent;
|
| + box-shadow: none;
|
| -webkit-user-select: none;
|
| }
|
|
|
| @@ -33,21 +34,3 @@
|
| margin: 0 1px;
|
| font-size: 16px;
|
| }
|
| -
|
| -.device-mode-device-select {
|
| - background: none;
|
| - box-shadow: none;
|
| - border: none;
|
| - outline: none;
|
| - padding: 0 2px;
|
| - -webkit-appearance: menulist;
|
| - margin: 0;
|
| - width: 120px;
|
| -}
|
| -
|
| -.device-mode-checkbox {
|
| - width: 120px;
|
| - display: flex;
|
| - flex-direction: row;
|
| - justify-content: center;
|
| -}
|
|
|