mirror of
https://github.com/xvvvyz/tilde.git
synced 2026-03-11 14:44:24 +00:00
add a couple more sites
This commit is contained in:
parent
cf9f4714f5
commit
c8d7b7f400
1 changed files with 5 additions and 2 deletions
|
|
@ -25,7 +25,7 @@
|
|||
|
||||
.wrapper {
|
||||
position: relative;
|
||||
top: 46%;
|
||||
top: 40%;
|
||||
padding: 1rem;
|
||||
transform: translateY(-50%);
|
||||
}
|
||||
|
|
@ -112,8 +112,11 @@
|
|||
Clock.init();
|
||||
Commander.init([
|
||||
{ key: 'i', url: 'https://inbox.google.com' },
|
||||
{ key: 'k', url: 'https://keep.google.com' },
|
||||
{ key: 'g', url: 'https://github.com' },
|
||||
{ key: 'r', url: 'https://www.reddit.com' }
|
||||
{ key: 'r', url: 'https://www.reddit.com' },
|
||||
{ key: 't', url: 'https://twitter.com' },
|
||||
{ key: 'f', url: 'https://www.facebook.com' }
|
||||
]);
|
||||
}());
|
||||
</script>
|
||||
|
|
|
|||
Loading…
Reference in a new issue