Skip to content

Commit

Permalink
Fixed options windows height in Chrome 65
Browse files Browse the repository at this point in the history
  • Loading branch information
paramtamtam committed Mar 9, 2018
1 parent 7e8a3ae commit 4de0201
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ Source code: https://github.com/tarampampam/random-user-agent
Version History (Changelog)
----

* **2.2.1** - Fixed options windows height in Chrome 65
* **2.2.0** - [Added support for more than one custom user agent (chosen at random as well)](https://github.com/tarampampam/random-user-agent/commit/4aed6f999a378f0e676349ada2e57e13a0a0ece9) and [Edge 52 support](https://github.com/tarampampam/random-user-agent/commit/cd260fdd3781df169f5b83439e1c24e11ff45f9c)
* **2.1.11** - [Issue fixed where non-keyboard input of option values was ignored](https://github.com/tarampampam/random-user-agent/commit/660b8002b05fb0c8f050e11e0fa419357b5bd99b) ([#40](https://github.com/tarampampam/random-user-agent/issues/40)) and [update of Chrome versions](https://github.com/tarampampam/random-user-agent/commit/a6dd025cc60755f54e760317fd1014eb2699d25a)
* **2.1.10** - Added `zh_CN` localization (thx to [@yfdyh000](https://github.com/yfdyh000))
Expand Down
5 changes: 5 additions & 0 deletions extension/css/options.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ html, body {
margin: 0 auto;
}

#main {
height: 640px;
overflow-y: auto;
}

p {
margin-top: 0.5em;
margin-bottom: 0.5em;
Expand Down
2 changes: 1 addition & 1 deletion extension/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"author": "github.com/tarampampam",

"default_locale": "en",
"version": "2.2.0",
"version": "2.2.1",

"icons": {
"16": "/img/16x16.png",
Expand Down

0 comments on commit 4de0201

Please sign in to comment.