diff --git a/src/pages/Popup/ProfileSelect.jsx b/src/pages/Popup/ProfileSelect.jsx index 217a43c..76ce622 100644 --- a/src/pages/Popup/ProfileSelect.jsx +++ b/src/pages/Popup/ProfileSelect.jsx @@ -25,7 +25,7 @@ const ProfileSelect = ({ profile, setProfile }) => { value={profile} onChange={changeProfile} style={{ - width: '208px', + width: '214px', }} > diff --git a/src/pages/Popup/UserAgentSettings.js b/src/pages/Popup/UserAgentSettings.js index bda977a..c12bee0 100644 --- a/src/pages/Popup/UserAgentSettings.js +++ b/src/pages/Popup/UserAgentSettings.js @@ -65,7 +65,7 @@ const UserAgentSettings = () => { value={userAgent} onChange={changeUserAgent} style={{ - width: '200px', + width: '206px', }} /> diff --git a/src/pages/Popup/index.css b/src/pages/Popup/index.css index 6538427..d71bf63 100644 --- a/src/pages/Popup/index.css +++ b/src/pages/Popup/index.css @@ -13,7 +13,7 @@ body { background-color: var(--background); font-size: 13px; line-height: 22px; - width: 305px; + width: 315px; margin: 0; font-family: 'Segoe UI', Tahoma, sans-serif; }