Skip to content

Commit

Permalink
Little but cool style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitaeverywhere committed Mar 31, 2017
1 parent 08d83f3 commit 36b854f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iknow-entity-browser",
"version": "0.9.6",
"version": "0.9.7",
"description": "Visualizer for iKnow entities",
"main": "gulpfile.babel.js",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion src/static/scss/tabular.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ $headerHeight: 36px;
box-sizing: border-box;
background: white;
overflow: visible;
box-shadow: $defaultShadow;
z-index: $zIndexInterface - 1;
@include transition($defaultTransition);
@include transform(translate(100%,0));
&.active {
@include transform(translate(0,0));
box-shadow: $defaultShadow;
}

> .controls {
Expand Down Expand Up @@ -70,6 +70,7 @@ $headerHeight: 36px;

&:last-child {
border-left: none;
min-width: 27px;
}

&:nth-last-child(2) {
Expand Down

0 comments on commit 36b854f

Please sign in to comment.