diff --git a/README.md b/README.md index edddf9f2..4e18222e 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Link: [GitHub Releases](https://github.com/ohlookitsderpy/Mue/releases) Development/Other: Read the [Development](#development) section. ### Development -
Requirements
+##### Requirements
  1. Git (optional)
  2. Node.js
  3. @@ -103,7 +103,7 @@ Once I find a method to do it automatically, I will update this section accordin ## Credits ### Maintainers -[ohlookitsderpy](https://github.com/ohlookitsderpy) +[ohlookitsderpy](https://github.com/ohlookitsderpy) (lead dev) [TurboMarshmello](https://github.com/TurboMarshmello) (name idea, code contributions) diff --git a/assets/logo/logo_banner.png b/assets/logo/logo_banner.png new file mode 100644 index 00000000..b12f7061 Binary files /dev/null and b/assets/logo/logo_banner.png differ diff --git a/manifest/chrome.json b/manifest/chrome.json index b80be55f..af5eb8c0 100644 --- a/manifest/chrome.json +++ b/manifest/chrome.json @@ -5,7 +5,7 @@ "description": "Fast, open and free-to-use new tab page for most modern browsers.", "version": "0.6", "browser_action": { - "default_icon": "./android-chrome-512x512.png" + "default_icon": "./extension-icon.png" }, "chrome_url_overrides": { "newtab": "index.html" diff --git a/manifest/firefox.json b/manifest/firefox.json index 0139d567..b4436079 100644 --- a/manifest/firefox.json +++ b/manifest/firefox.json @@ -4,7 +4,7 @@ "description": "Fast, open and free-to-use new tab page for most modern browsers.", "version": "0.6", "browser_action": { - "default_icon": "./android-chrome-512x512.png" + "default_icon": "./extension-icon.png" }, "chrome_url_overrides": { "newtab": "index.html" diff --git a/manifest/opera.json b/manifest/opera.json index 5160ed45..68003cf5 100644 --- a/manifest/opera.json +++ b/manifest/opera.json @@ -4,7 +4,7 @@ "description": "Fast, open and free-to-use new tab page for most modern browsers.", "version": "0.6", "browser_action": { - "default_icon": "./android-chrome-512x512.png" + "default_icon": "./extension-icon.png" }, "background": { "scripts": [ diff --git a/public/android-chrome-192x192.png b/public/android-chrome-192x192.png deleted file mode 100644 index 75492426..00000000 Binary files a/public/android-chrome-192x192.png and /dev/null differ diff --git a/public/apple-touch-icon.png b/public/apple-touch-icon.png deleted file mode 100644 index d3091e1e..00000000 Binary files a/public/apple-touch-icon.png and /dev/null differ diff --git a/public/android-chrome-512x512.png b/public/extension-icon.png similarity index 100% rename from public/android-chrome-512x512.png rename to public/extension-icon.png diff --git a/public/favicon.ico b/public/favicon.ico deleted file mode 100644 index 9afb664f..00000000 Binary files a/public/favicon.ico and /dev/null differ diff --git a/public/manifest.json b/public/manifest.json deleted file mode 100644 index b19c4ae0..00000000 --- a/public/manifest.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "short_name": "Mue New Tab", - "name": "Fast, open and free-to-use new tab page for most modern browsers.", - "icons": [ - { - "src": "favicon-32x32.png", - "sizes": "96x96 64x64 32x32 24x24 16x16", - "type": "image/x-icon" - } - ], - "start_url": ".", - "display": "standalone", - "theme_color": "#000000", - "background_color": "#ffffff" -} diff --git a/public/mstile-150x150.png b/public/mstile-150x150.png deleted file mode 100644 index 640e6ef1..00000000 Binary files a/public/mstile-150x150.png and /dev/null differ diff --git a/src/fonts/LexendDeca-Regular.woff2 b/src/fonts/LexendDeca-Regular.woff2 deleted file mode 100644 index d5651fff..00000000 Binary files a/src/fonts/LexendDeca-Regular.woff2 and /dev/null differ diff --git a/src/scss/index.scss b/src/scss/index.scss index 4eed1bc9..246b0b51 100644 --- a/src/scss/index.scss +++ b/src/scss/index.scss @@ -4,5 +4,5 @@ @import 'modules/quote'; @import 'modules/search'; @import 'modules/credit'; -@import 'modules/navbar'; +/*@import 'modules/navbar';*/ @import 'modules/miscellaneous'; \ No newline at end of file diff --git a/src/scss/modules/_credit.scss b/src/scss/modules/_credit.scss index 7f2691e7..280664e8 100644 --- a/src/scss/modules/_credit.scss +++ b/src/scss/modules/_credit.scss @@ -55,11 +55,9 @@ padding: 20px; position: absolute; z-index: 1; - position: absolute; bottom: 40px; left: 60px; margin-left: -60px; - /* Fade in tooltip - takes 1 second to go from 0% to 100% opac: */ opacity: 0; transition: opacity 1s; } diff --git a/src/scss/modules/_navbar.scss b/src/scss/modules/_navbar.scss index 151011da..029c169a 100644 --- a/src/scss/modules/_navbar.scss +++ b/src/scss/modules/_navbar.scss @@ -1,17 +1,19 @@ -.navbar1 { - top: 50px; - right: 0px; +%navbar { position: absolute; text-align: right; min-width: 50px; } +.navbar1 { + @extend navbar; + top: 50px; + right: 0px; +} + .navbar2 { + @extend navbar; top: 50px; right: 50px; - position: absolute; - text-align: right; - min-width: 50px; } .PizzaIcon { diff --git a/src/scss/modules/_search.scss b/src/scss/modules/_search.scss index a78735e7..85728344 100644 --- a/src/scss/modules/_search.scss +++ b/src/scss/modules/_search.scss @@ -8,16 +8,6 @@ color: #ffff; font-family: 'Lexend Deca'; - button { - cursor: pointer; - outline: none; - display: inline; - - i.material-icons { - text-shadow: 0 0 25px rgba(0, 0, 0, 0.3); - } - } - input[type=text] { font-size: calc(5px + 1.2vmin); background: none;