Skip to content

Commit

Permalink
Merge tag 'v1.5.1'
Browse files Browse the repository at this point in the history
Updated version to v1.5.1
  • Loading branch information
thecodejunkie committed Feb 27, 2014
2 parents abfb4fa + 00f8013 commit 224be72
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 50 deletions.
52 changes: 7 additions & 45 deletions ext/content/inject.css
Expand Up @@ -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;
}
Expand Down Expand Up @@ -81,7 +59,7 @@
}

.pull-request-composer .discussion-topic {
width: 908px !important;
width: 1032px !important;
}

.discussion-timeline {
Expand All @@ -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;
}
Expand Down Expand Up @@ -139,7 +109,7 @@
}

.pull-request-composer .discussion-topic {
width: 1110px !important;
width: 1232px !important;
}

.discussion-timeline {
Expand All @@ -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;
}
Expand Down Expand Up @@ -197,7 +159,7 @@
}

.pull-request-composer .discussion-topic {
width: 1310px !important;
width: 1432px !important;
}

.discussion-timeline {
Expand All @@ -211,4 +173,4 @@
.timeline-comment-wrapper .timeline-comment {
width: 1395px !important;
}
}
}
2 changes: 1 addition & 1 deletion 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",
Expand Down
9 changes: 5 additions & 4 deletions readme.md
Expand Up @@ -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
Expand Down

0 comments on commit 224be72

Please sign in to comment.