]> cat aescling's git repositories - mastodon.git/commitdiff
Adjust emoji-mart-anchor-bar for environments that use display scaling (#7772)
authorLynx Kotoura <admin@sanin.link>
Sat, 9 Jun 2018 20:20:57 +0000 (05:20 +0900)
committerEugen Rochko <eugen@zeonfederated.com>
Sat, 9 Jun 2018 20:20:57 +0000 (22:20 +0200)
app/javascript/styles/mastodon/emoji_picker.scss

index cf9547586d3aa04af5fdc11cbff0343b6e65b3ae..e49084b5f7f176b716855e33669e25b6646c8beb 100644 (file)
   }
 
   .emoji-mart-anchor-bar {
-    bottom: 0;
+    bottom: -1px;
   }
 }
 
 .emoji-mart-anchor-bar {
   position: absolute;
-  bottom: -3px;
+  bottom: -5px;
   left: 0;
   width: 100%;
-  height: 3px;
+  height: 4px;
   background-color: $highlight-text-color;
 }