diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-09-02 10:27:41 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-02 10:27:41 +0200 |
commit | 336262e6ee9c57437793a06fb416206ac73a1702 (patch) | |
tree | ca9f9312d0b52828a2d12a95fe7f5dd2fc138b7a /app/Resources | |
parent | 33adf8dc915f4911fd454e98194c1b2323514d4a (diff) | |
parent | a8d5aa1c44c3349a9271e5f0bc3cb5154d6505d9 (diff) | |
download | wallabag-336262e6ee9c57437793a06fb416206ac73a1702.tar.gz wallabag-336262e6ee9c57437793a06fb416206ac73a1702.tar.zst wallabag-336262e6ee9c57437793a06fb416206ac73a1702.zip |
Merge pull request #2252 from wallabag/fix-last-merge
Fixed last merge who caused CSS/JS bugs
Diffstat (limited to 'app/Resources')
-rwxr-xr-x | app/Resources/static/themes/material/css/main.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Resources/static/themes/material/css/main.css b/app/Resources/static/themes/material/css/main.css index d3cd1244..dbae5faf 100755 --- a/app/Resources/static/themes/material/css/main.css +++ b/app/Resources/static/themes/material/css/main.css | |||
@@ -257,7 +257,7 @@ nav input { | |||
257 | display: none; | 257 | display: none; |
258 | } | 258 | } |
259 | 259 | ||
260 | input-field.nav-panel-add, .input-field.nav-panel-add form { | 260 | .input-field.nav-panel-add, .input-field.nav-panel-add form { |
261 | height: 100%; | 261 | height: 100%; |
262 | } | 262 | } |
263 | 263 | ||