Skip to content

Commit

Permalink
fix small regression on tabs rendering in desktop /rooms
Browse files Browse the repository at this point in the history
  • Loading branch information
Canop committed Jul 16, 2018
1 parent 5be1304 commit 1eb5798
Show file tree
Hide file tree
Showing 4 changed files with 495 additions and 631 deletions.
1 change: 1 addition & 0 deletions libs/commands.js
Expand Up @@ -15,6 +15,7 @@ const commandParsingRegex = require("./rex.js")`
([^\n]*) // command arguments
`;


class CommandTask{
constructor(cmd, rp, args, shoe, message){
this.cmd = cmd;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -51,7 +51,7 @@
"gulp-cli": "gulpjs/gulp-cli",
"gulp-concat": ">=2.6.0",
"gulp-debug": "^4.0.0",
"gulp-eslint": ">=2.0.0",
"gulp-eslint": ">=5.0.0",
"gulp-if": ">=2.0.0",
"gulp-rename": ">=1.2.2",
"gulp-sass": ">=2.2.0",
Expand Down
6 changes: 6 additions & 0 deletions src/main-scss/home.scss
Expand Up @@ -62,6 +62,12 @@ body.home {
color: black;
}

&.desktop #home-main {
position:absolute;
left: 0;
right: 0;
}

#home-main {
display: flex;
flex-direction: row;
Expand Down

0 comments on commit 1eb5798

Please sign in to comment.