From 3d1335868ed86355c4be1be77c43f60f2b0ac3f8 Mon Sep 17 00:00:00 2001 From: Jordan Eldredge Date: Sun, 2 Dec 2018 17:27:49 -0800 Subject: [PATCH] Add hidden title --- src/App.css | 12 ++++++++++-- src/App.js | 3 ++- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/src/App.css b/src/App.css index 7ab2a854..cd8eb4b3 100644 --- a/src/App.css +++ b/src/App.css @@ -63,8 +63,16 @@ button { align-items: center; } -#search h1 { - margin: 0 20px 0 15px; +#search h1 #logo { + margin: 0 10px 0 15px; +} + +#search h1 .name { + margin: 0 30px 0 0px; + color: white; + font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, + helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial, sans-serif; + display: none; /* I'm not yet happy with how this looks */ } #search input { diff --git a/src/App.js b/src/App.js index fc5ac3a5..a54e9849 100644 --- a/src/App.js +++ b/src/App.js @@ -139,7 +139,8 @@ class App extends React.Component { } }} > - {"🌩️"} + + Winamp Skin Museum