From 37e1973780869eee7a4202f51b0505ecf6947480 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Tue, 19 Apr 2022 10:54:42 +0100 Subject: [PATCH] Selecting emoji names on the emoji search results screen --- epicyon-follow.css | 28 ++++++++++++++-------------- epicyon-profile.css | 6 ++++++ 2 files changed, 20 insertions(+), 14 deletions(-) diff --git a/epicyon-follow.css b/epicyon-follow.css index 0f9f925e9..f5a55df8a 100644 --- a/epicyon-follow.css +++ b/epicyon-follow.css @@ -220,8 +220,8 @@ input[type=text] { user-select: all; } .hashtagswarm img { - width: 5%; - min-width: 5%; + width: 5%; + min-width: 5%; } .followText { font-size: var(--follow-text-size1); @@ -253,13 +253,13 @@ input[type=text] { } input[type=checkbox] { - -ms-transform: scale(2); - -moz-transform: scale(2); - -webkit-transform: scale(2); - -o-transform: scale(2); - transform: scale(2); - padding: 10px; - margin: 20px 30px; + -ms-transform: scale(2); + -moz-transform: scale(2); + -webkit-transform: scale(2); + -o-transform: scale(2); + transform: scale(2); + padding: 10px; + margin: 20px 30px; } } @@ -274,8 +274,8 @@ input[type=text] { user-select: all; } .hashtagswarm img { - width: 5%; - min-width: 5%; + width: 5%; + min-width: 5%; } .followText { font-size: var(--follow-text-size2); @@ -319,7 +319,7 @@ input[type=text] { @media screen and (max-width: 480px) { body, html { - min-width: 400px; + min-width: 400px; } .hashtagswarm { font-size: var(--font-size2); @@ -331,8 +331,8 @@ input[type=text] { user-select: all; } .hashtagswarm img { - width: 5%; - min-width: 5%; + width: 5%; + min-width: 5%; } .followText { font-size: var(--font-size2); diff --git a/epicyon-profile.css b/epicyon-profile.css index 9b678c737..c8f82cc3a 100644 --- a/epicyon-profile.css +++ b/epicyon-profile.css @@ -1082,6 +1082,12 @@ div.container { margin: 0 20%; } +h3 { + -webkit-user-select: all; + -ms-user-select: all; + user-select: all; +} + @media screen and (min-width: 400px) { body, html { background-color: var(--main-bg-color);