Skip to content

Commit

Permalink
Browser action: force html & body width
Browse files Browse the repository at this point in the history
  • Loading branch information
quentin-st committed Apr 28, 2016
1 parent 57743a0 commit 78e67f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data/browser-action/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
$footer-height: 40px;

html, body {
min-width: 380px;
width: 380px;
}

body {
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

"name": "Material Freebox OS",
"description": "Redesign de l'interface de Freebox OS",
"version": "2.0.2",
"version": "2.1.0",
"icons": {
"16": "data/img/icon-16x16.png",
"32": "data/img/icon-32x32.png",
Expand Down

0 comments on commit 78e67f6

Please sign in to comment.