Merge branch 'txchen-tunecss'

PR #35
This commit is contained in:
OttoMao 2015-09-09 15:34:17 +08:00
commit a0c8862be9
3 changed files with 6 additions and 4 deletions

View File

@ -1,3 +1,7 @@
9 Sep: AnyProxy 3.7.6:
* optimize detail panel, ref #35
3 Sep: AnyProxy 3.7.5: 3 Sep: AnyProxy 3.7.5:
* bugfix for intercepting urls like http://a.com?url=http://b.com * bugfix for intercepting urls like http://a.com?url=http://b.com

View File

@ -1,6 +1,6 @@
{ {
"name": "anyproxy", "name": "anyproxy",
"version": "3.7.5", "version": "3.7.6",
"description": "A fully configurable proxy in NodeJS, which can handle HTTPS requests perfectly.", "description": "A fully configurable proxy in NodeJS, which can handle HTTPS requests perfectly.",
"main": "proxy.js", "main": "proxy.js",
"bin": { "bin": {

View File

@ -232,14 +232,13 @@ body, html {
} }
.recordDetailOverlay li{ .recordDetailOverlay li{
white-space: nowrap;
word-wrap: break-word; word-wrap: break-word;
} }
.recordDetailOverlay iframe{ .recordDetailOverlay iframe{
position: relative; position: relative;
height: 92vh; height: 92vh;
width: 100%; width: 100%;
} }
.data_id{ .data_id{
@ -354,4 +353,3 @@ body, html {
/*map panel end*/ /*map panel end*/