From 1a8de05083d4c1ef6a8d59ab404f03c1e671ccbd Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Sun, 15 Sep 2019 16:33:44 -0700 Subject: [PATCH] fix: fix style/a11y of search/toots on small devices (#1489) * fix: fix style/a11y of search/toots on small devices fixes #3 * fixup * fixup * fixup * fix test --- src/routes/_components/search/Search.html | 1 + src/routes/_components/status/StatusPoll.html | 83 ++++++++++++------- tests/utils.js | 2 +- 3 files changed, 54 insertions(+), 32 deletions(-) diff --git a/src/routes/_components/search/Search.html b/src/routes/_components/search/Search.html index 7192602b..36fc4165 100644 --- a/src/routes/_components/search/Search.html +++ b/src/routes/_components/search/Search.html @@ -36,6 +36,7 @@ padding: 10px 15px; border-radius: 10px; flex: 1; + width: 0; } :global(.search-button-svg) { fill: var(--button-primary-text); diff --git a/src/routes/_components/status/StatusPoll.html b/src/routes/_components/status/StatusPoll.html index 88ef378e..549c56ae 100644 --- a/src/routes/_components/status/StatusPoll.html +++ b/src/routes/_components/status/StatusPoll.html @@ -1,8 +1,8 @@
{#if voted || expired } -