]> cat aescling's git repositories - mastodon.git/commitdiff
Fix text area above/right of emoji picker being accidentally clickable in web UI...
authorMélanie Chauvel (ariasuni) <perso@hack-libre.org>
Sun, 8 Mar 2020 14:36:50 +0000 (15:36 +0100)
committerGitHub <noreply@github.com>
Sun, 8 Mar 2020 14:36:50 +0000 (15:36 +0100)
app/javascript/styles/mastodon/components.scss

index 456929f3a67e7aafd1f19fa6169ee9b95a46e52f..7d3644d16ff30faa10f897aa0c083721a30d89e4 100644 (file)
 
   .emoji-picker-dropdown {
     position: absolute;
-    top: 5px;
-    right: 5px;
+    top: 0;
+    right: 0;
   }
 
   .compose-form__autosuggest-wrapper {
@@ -4061,10 +4061,7 @@ a.status-card.compact:hover {
 
 .emoji-button {
   display: block;
-  font-size: 24px;
-  line-height: 24px;
-  margin-left: 2px;
-  width: 24px;
+  padding: 5px 5px 2px 2px;
   outline: 0;
   cursor: pointer;
 
@@ -4080,7 +4077,6 @@ a.status-card.compact:hover {
     margin: 0;
     width: 22px;
     height: 22px;
-    margin-top: 2px;
   }
 
   &:hover,