| Index: remoting/webapp/window_frame.css
|
| diff --git a/remoting/webapp/window_frame.css b/remoting/webapp/window_frame.css
|
| index 838d5c64c6f0b28d6405b573f6ae943eebb8d46e..8284921138288a679576eca56705b25edf9859c9 100644
|
| --- a/remoting/webapp/window_frame.css
|
| +++ b/remoting/webapp/window_frame.css
|
| @@ -36,10 +36,13 @@ html.apps-v2 body:not(.fullscreen) {
|
| padding-__MSG_@@bidi_start_edge__: 12px;
|
| width: 100%;
|
| display: inline-block;
|
| - -webkit-app-region: drag;
|
| flex: 1;
|
| }
|
|
|
| +.title-bar:not(.menu-opened) .window-title {
|
| + -webkit-app-region: drag;
|
| +}
|
| +
|
| .window-control {
|
| width: 32px;
|
| height: 32px;
|
|
|