From 00f8013e11633c8be4e189e07f1a5623f38e4063 Mon Sep 17 00:00:00 2001 From: Andreas Hakansson Date: Thu, 27 Feb 2014 09:05:56 +0100 Subject: [PATCH] Removed side-bar expanding and bumped verison to v1.5.1 --- ext/content/inject.css | 52 ++++++------------------------------------ ext/manifest.json | 2 +- readme.md | 9 ++++---- 3 files changed, 13 insertions(+), 50 deletions(-) diff --git a/ext/content/inject.css b/ext/content/inject.css index 00f02fa..2be3847 100644 --- a/ext/content/inject.css +++ b/ext/content/inject.css @@ -17,41 +17,19 @@ max-width: inherit !important; } -.repository-with-sidebar .repository-sidebar { - transition: none !important; -} - -.js-new-issue-form div.three-fourths { - width: 100% !important; -} - -@media (min-width: 100px) { - .pull-request-composer .discussion-topic { - width: 608px !important; - } -} - @media (min-width: 1400px) { .container { width: 1280px !important; } .repository-with-sidebar .repository-content { - width: 1090px !important; + width: 1220px !important; } .repository-with-sidebar.with-full-navigation .repository-content { width: 1090px !important; } - .repository-with-sidebar .repository-sidebar { - width: 170px !important; - } - - .repository-with-sidebar .repository-sidebar .full-word { - display: inline !important; - } - .content .css-truncate.css-truncate-target { max-width: 500px !important; } @@ -81,7 +59,7 @@ } .pull-request-composer .discussion-topic { - width: 908px !important; + width: 1032px !important; } .discussion-timeline { @@ -95,21 +73,13 @@ } .repository-with-sidebar .repository-content { - width: 1290px !important; + width: 1420px !important; } .repository-with-sidebar.with-full-navigation .repository-content { width: 1290px !important; } - .repository-with-sidebar .repository-sidebar { - width: 170px !important; - } - - .repository-with-sidebar .repository-sidebar .full-word { - display: inline !important; - } - .content .css-truncate.css-truncate-target { max-width: 700px !important; } @@ -139,7 +109,7 @@ } .pull-request-composer .discussion-topic { - width: 1110px !important; + width: 1232px !important; } .discussion-timeline { @@ -153,21 +123,13 @@ } .repository-with-sidebar .repository-content { - width: 1490px !important; + width: 1620px !important; } .repository-with-sidebar.with-full-navigation .repository-content { width: 1490px !important; } - .repository-with-sidebar .repository-sidebar { - width: 170px !important; - } - - .repository-with-sidebar .repository-sidebar .full-word { - display: inline !important; - } - .content .css-truncate.css-truncate-target { max-width: 900px !important; } @@ -197,7 +159,7 @@ } .pull-request-composer .discussion-topic { - width: 1310px !important; + width: 1432px !important; } .discussion-timeline { @@ -211,4 +173,4 @@ .timeline-comment-wrapper .timeline-comment { width: 1395px !important; } -} +} \ No newline at end of file diff --git a/ext/manifest.json b/ext/manifest.json index 2220122..1ba64c8 100644 --- a/ext/manifest.json +++ b/ext/manifest.json @@ -1,6 +1,6 @@ { "name": "GitHub.Expandinizr", - "version": "1.5.0", + "version": "1.5.1", "manifest_version": 2, "description": "Chrome extension that improves the GitHub experience", "homepage_url": "http://github.com/thecodejunkie/github.expandinizr", diff --git a/readme.md b/readme.md index 6ac4ce4..e55e43d 100644 --- a/readme.md +++ b/readme.md @@ -16,13 +16,14 @@ Andreas Håkansson ## Contributors - - [Bjarki Heiðar Ingason](https://github.com/bjarki) - - [Frank Radocaj](https://github.com/frankradocaj) - - [Kristian Hellang](https://github.com/khellang) - - [Phillip Haydon](https://github.com/phillip-haydon) +- [Bjarki Heiðar Ingason](https://github.com/bjarki) +- [Frank Radocaj](https://github.com/frankradocaj) +- [Kristian Hellang](https://github.com/khellang) +- [Phillip Haydon](https://github.com/phillip-haydon) ## Changelog +- v1.5.1 - Removed side-bar expansion, it broke too much stuff - v1.5.0 - Added possibility to collaps code previews - v1.4.0 - Expands side-bar for 1400, 1600 and 1800 break points - v1.3.2 - Improved expanding of activity stream