Skip to content

Commit

Permalink
Settings overflow on mobile devices fix, version info add
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitaeverywhere committed Mar 25, 2017
1 parent 74d1639 commit 45d21c6
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 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.8.6",
"version": "0.8.7",
"description": "Visualizer for iKnow entities",
"main": "gulpfile.babel.js",
"scripts": {
Expand Down
3 changes: 3 additions & 0 deletions src/static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,9 @@ <h1>Tabular View Settings</h1>
<div>
<button id="settings.resetSettings">Reset Settings</button>
</div>
<div class="footer">
iKnow Entity Browser v<!-- @echo package.version -->
</div>
</div>
</div>
</body>
Expand Down
12 changes: 8 additions & 4 deletions src/static/scss/settings.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,7 @@
box-sizing: border-box;
background: white;
padding: $defaultPadding;

&.active {

}
overflow: auto;

&:not(.active) {

Expand All @@ -29,6 +26,13 @@

}

.footer {
text-align: right;
font-size: 8pt;
color: gray;
padding: 0 2px;
}

}

#settings\.tabularColumns {
Expand Down

0 comments on commit 45d21c6

Please sign in to comment.