From 493e7bcfd5e2ac8d5cb55eab34a985a320eb0350 Mon Sep 17 00:00:00 2001 From: ntr Date: Tue, 24 Dec 2019 16:46:25 +1000 Subject: [PATCH] menu stuff --- client/assets/styles/styles.less | 6 +----- client/assets/styles/styles.mobile.less | 2 +- client/src/components/header.jsx | 17 +---------------- client/src/components/welcome.jsx | 4 ++-- core/fixme.md | 3 +++ 5 files changed, 8 insertions(+), 24 deletions(-) diff --git a/client/assets/styles/styles.less b/client/assets/styles/styles.less index 5e6c3982..704d3f59 100644 --- a/client/assets/styles/styles.less +++ b/client/assets/styles/styles.less @@ -262,12 +262,8 @@ figure.gray { } header { - .options { - font-size: 200%; - } - button { - height: 2em; + height: 2.5em; // border-radius: 0.1em; border: none; border-radius: 0; diff --git a/client/assets/styles/styles.mobile.less b/client/assets/styles/styles.mobile.less index 27c8fa8a..40a8de5e 100644 --- a/client/assets/styles/styles.mobile.less +++ b/client/assets/styles/styles.mobile.less @@ -164,7 +164,7 @@ // portrait menu or small size vertical in landscape -@media (max-width: 550px) and (max-height: 800px) { +@media (max-width: 550px) and (max-height: 800px) and (orientation: portrait) { #mnml { grid-template-columns: 1fr; grid-template-rows: 1fr; diff --git a/client/src/components/header.jsx b/client/src/components/header.jsx index 9dc7b6df..bcc286a6 100644 --- a/client/src/components/header.jsx +++ b/client/src/components/header.jsx @@ -59,17 +59,7 @@ function Header(args) { if (!account) return false; - if (!authenticated) return ( -
-
- -
-
- ) + if (!authenticated) return false; function navTo(p) { return setNav(p); @@ -83,11 +73,6 @@ function Header(args) { return (
-
{form} - +
); } diff --git a/core/fixme.md b/core/fixme.md index c3f3a70d..b9888748 100644 --- a/core/fixme.md +++ b/core/fixme.md @@ -1,2 +1,5 @@ # FIXME game ready not auto starting resolve phase + +remove big header and move to rhs of news pane +add big logo w/ noise when you mouseover stuff etc