Skip to content

Commit

Permalink
🎨 Align arrow icon on dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
BillyBlaze committed Jul 5, 2021
1 parent ce0028a commit 73665b2
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 2 deletions.
2 changes: 1 addition & 1 deletion octoprint_touchui/static/css/touchui.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions octoprint_touchui/static/less/touchui.bundled.less
Original file line number Diff line number Diff line change
Expand Up @@ -1801,6 +1801,7 @@ content: @fa-legacy-var-caret-down;
right: 18px;
position: absolute;
top: 12px;
line-height: 1;
}
}
.dropdown-menu {
Expand Down
19 changes: 19 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
"type": "git",
"url": "git://github.com/BillyBlaze/OctoPrint-TouchUI.git"
},
"dependencies": {},
"dependencies": {
"virtual-keyboard": "https://github.com/Mottie/Keyboard/archive/v1.27.2.tar.gz"
},
"devDependencies": {
"del": "^5.1.0",
"gulp": "^4.0.2",
Expand Down
1 change: 1 addition & 0 deletions source/less/layout/navbar.less
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@
right: 18px;
position: absolute;
top: 12px;
line-height: 1;
}
}
.dropdown-menu {
Expand Down

0 comments on commit 73665b2

Please sign in to comment.