From dad0b66e4c5d407ba21e7cf7544c266e8a308ba2 Mon Sep 17 00:00:00 2001 From: mccannmax Date: Sat, 31 May 2014 09:19:50 -0700 Subject: [PATCH 1/5] make READMEs wider as well --- regular.css | 8 ++++++++ widen.css | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/regular.css b/regular.css index e132f53..c3ca6c4 100644 --- a/regular.css +++ b/regular.css @@ -32,4 +32,12 @@ div.column{ float: right; width: 792px; margin: initial; +} + +/* For Reamdes */ +#readme { + position: relative; + left: 0px; + width: 100%; + z-index: 0; } \ No newline at end of file diff --git a/widen.css b/widen.css index 846a9eb..f53631f 100644 --- a/widen.css +++ b/widen.css @@ -24,4 +24,12 @@ div.column{ float: right; width: 88%; margin: 0 1%; +} + +/* For Reamdes */ +#readme { + position: absolute; + left: 10px; + width: 99%; + z-index: 1; } \ No newline at end of file From 9f05dee45353ac4b136290f573f394c3422e5c40 Mon Sep 17 00:00:00 2001 From: mccannmax Date: Sat, 31 May 2014 09:23:16 -0700 Subject: [PATCH 2/5] zindex to overlay comments box in commit code viewing --- regular.css | 1 + widen.css | 1 + 2 files changed, 2 insertions(+) diff --git a/regular.css b/regular.css index c3ca6c4..50b4244 100644 --- a/regular.css +++ b/regular.css @@ -13,6 +13,7 @@ div.diff-view{ z-index: initial; width: initial; margin: initial; + z-index: 0; } /* Gist */ diff --git a/widen.css b/widen.css index f53631f..4e177ff 100644 --- a/widen.css +++ b/widen.css @@ -5,6 +5,7 @@ div.diff-view, #files { left: 0; margin: 0 3%; position: absolute; + z-index: 1; } From f706015321d66ab1a786f7e7b6a0cc256f72c307 Mon Sep 17 00:00:00 2001 From: mccannmax Date: Sat, 31 May 2014 09:25:05 -0700 Subject: [PATCH 3/5] small readme add --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c1b312d..b3243f4 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Wider Github -Wider Github is a Chrome extension that allows you to maximize your screen size when looking at codes on Github. This extension is not affiliated with Github. +Wider Github is a Chrome extension that allows you to maximize your screen size when looking at codes on Github. Works on commit code and READMEs. This extension is not affiliated with Github. Download this repo at https://github.com/tmlee/wider_github/archive/master.zip From 685db491ea854a6ff2ebadbba30817bc5ec9f2dc Mon Sep 17 00:00:00 2001 From: mccannmax Date: Sat, 31 May 2014 09:45:09 -0700 Subject: [PATCH 4/5] file viewing widths --- regular.css | 8 ++++++++ widen.css | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/regular.css b/regular.css index 50b4244..bcf7c4a 100644 --- a/regular.css +++ b/regular.css @@ -41,4 +41,12 @@ div.column{ left: 0px; width: 100%; z-index: 0; +} + +/* For file view */ +div.file-box { + position: relative; + left: 0px; + width: 100%; + z-index: 0; } \ No newline at end of file diff --git a/widen.css b/widen.css index 4e177ff..f55af54 100644 --- a/widen.css +++ b/widen.css @@ -33,4 +33,12 @@ div.column{ left: 10px; width: 99%; z-index: 1; +} + +/* For file view */ +div.file-box { + position: absolute; + left: 10px; + width: 99%; + z-index: 1; } \ No newline at end of file From 2cb5750eb9acc7c199ee875bc81e566f0f935c97 Mon Sep 17 00:00:00 2001 From: mccannmax Date: Thu, 5 Jun 2014 23:50:55 -0700 Subject: [PATCH 5/5] clean --- widen.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/widen.css b/widen.css index 04ee3b1..f2c1aa6 100644 --- a/widen.css +++ b/widen.css @@ -34,7 +34,7 @@ div.column{ z-index: 1; } -/* For file view */ +/* For file/commit view */ div.file-box { position: absolute; left: 10px;