Skip to content

Commit ba23f57

Browse files
committed
[design] improve default controls
1 parent c2ed30c commit ba23f57

File tree

13 files changed

+334
-148
lines changed

13 files changed

+334
-148
lines changed

‎package-lock.json‎

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nighttab",
3-
"version": "4.19.4",
3+
"version": "4.20.0",
44
"description": "A neutral new tab page accented with a chosen colour. Customise the layout, style, background and bookmarks in nightTab.",
55
"main": "index.js",
66
"scripts":{

‎src/css/icons.css‎

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,3 +127,11 @@
127127
.icon-reorder:before{
128128
content:"\e901";
129129
}
130+
131+
.icon-undo:before{
132+
content:"\e902";
133+
}
134+
135+
.icon-redo:before{
136+
content:"\e903";
137+
}

‎src/fonts/icons/icons.eot‎

100755100644
140 Bytes
Binary file not shown.

‎src/fonts/icons/icons.json‎

100755100644
Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

‎src/fonts/icons/icons.svg‎

100755100644
Lines changed: 2 additions & 0 deletions
Loading

‎src/fonts/icons/icons.ttf‎

100755100644
140 Bytes
Binary file not shown.

‎src/fonts/icons/icons.woff‎

100755100644
140 Bytes
Binary file not shown.

‎src/index.html‎

Lines changed: 100 additions & 137 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
(0)