This website works better with JavaScript.
Home
Explore
Help
Sign In
nekobus
/
mastodon_neko
forked from
closed-social/mastodon
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Adjust emoji-mart-anchor-bar for environments that use display scaling (
#7772
)
master
Lynx Kotoura
6 years ago
committed by
Eugen Rochko
parent
17dc07f667
commit
3df8c40508
1 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-3
app/javascript/styles/mastodon/emoji_picker.scss
+ 3
- 3
app/javascript/styles/mastodon/emoji_picker.scss
View File
@ -62,16 +62,16 @@
}
.
emoji-mart-anchor-bar
{
bottom
:
0
;
bottom
:
-1px
;
}
}
.
emoji-mart-anchor-bar
{
position
:
absolute
;
bottom
:
-
3
px
;
bottom
:
-
5
px
;
left
:
0
;
width
:
100
%
;
height
:
3
px
;
height
:
4
px
;
background-color
:
$
highlight-text-color
;
}
Write
Preview
Loading…
Cancel
Save