Skip to content

Commit

Permalink
Fix some mobile layout issues. Closes #629
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] authored and [email protected] committed Jul 8, 2017
1 parent 32689c9 commit fb2cd28
Show file tree
Hide file tree
Showing 13 changed files with 456 additions and 439 deletions.
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# NZB Hydra changelog

----------
### 0.2.221
Fixed: Some mobile layout issues. Thanks to nemchik. See [#629](https://github.com/theotherp/nzbhydra/pull/629).

### 0.2.220
Changed: I updated the database library and changed the handling again. This will hopefully solve some issues that some users still had but might impact performance. I haven't found a satisfactory solution yet.
Please let me know if you experience any problems.
Expand Down
844 changes: 422 additions & 422 deletions static/css/alllibs.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion static/css/alllibs.css.map

Large diffs are not rendered by default.

8 changes: 6 additions & 2 deletions static/css/bright.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion static/css/bright.css.map

Large diffs are not rendered by default.

8 changes: 6 additions & 2 deletions static/css/dark.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion static/css/dark.css.map

Large diffs are not rendered by default.

8 changes: 6 additions & 2 deletions static/css/grey.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion static/css/grey.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion static/html/states/header.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<nav class="navbar navbar-default navbar-static-top">
<div class="container">
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<div class="navbar-collapse" id="navbar">
<ul class="nav navbar-nav">
<li ui-sref-active="active"><a ui-sref="root.search" ui-sref-opts="{inherit: false, reload: true}">Search</a></li>
<li ui-sref-active="{'active':'root.stats'}" ng-if="showStats"><a ui-sref="root.stats.searches">History & Stats</a></li>
Expand Down
2 changes: 1 addition & 1 deletion ui-src/html/states/header.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<nav class="navbar navbar-default navbar-static-top">
<div class="container">
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<div class="navbar-collapse" id="navbar">
<ul class="nav navbar-nav">
<li ui-sref-active="active"><a ui-sref="root.search" ui-sref-opts="{inherit: false, reload: true}">Search</a></li>
<li ui-sref-active="{'active':'root.stats'}" ng-if="showStats"><a ui-sref="root.stats.searches">History & Stats</a></li>
Expand Down
10 changes: 6 additions & 4 deletions ui-src/less/nzbhydra.less
Original file line number Diff line number Diff line change
Expand Up @@ -667,13 +667,13 @@ input:focus + .input-group-addon {
#banner {
background-image: @banner-url;
background-repeat: no-repeat;
width: 547px;
height: 150px;
margin: 0 auto 25px auto;
padding-left: 547px;
display: block;
-moz-box-sizing: border-box;
box-sizing: border-box;
background-position: center;
background-size: contain;
}

.input-group-addon {
Expand Down Expand Up @@ -922,5 +922,7 @@ g.nv-multiBarHorizontalChart > g > g > g > g > g > text {
color: @brand-success;
}



.row {
margin-left: 0;
margin-right: 0;
}
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.220
0.2.221

0 comments on commit fb2cd28

Please sign in to comment.