This website works better with JavaScript.
Home
Explore
Help
Sign In
closed-social
/
mastodon
Watch
3
Star
0
Fork
2
Code
Issues
5
Pull Requests
0
Projects
0
Releases
3
Wiki
Activity
Browse Source
Fix dropdown arrow position (
#8637
)
pull/4/head
ThibG
6 years ago
committed by
Eugen Rochko
parent
8c96fd4967
commit
0c5db3163a
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
app/javascript/styles/mastodon/components.scss
+ 2
- 2
app/javascript/styles/mastodon/components.scss
View File
@ -1666,14 +1666,14 @@ a.account__display-name {
&
.
top
{
bottom
:
-5px
;
margin-left
:
-
13
px
;
margin-left
:
-
7
px
;
border-width
:
5px
7px
0
;
border-top-color
:
$
ui-secondary-color
;
}
&
.
bottom
{
top
:
-5px
;
margin-left
:
-
13
px
;
margin-left
:
-
7
px
;
border-width
:
0
7px
5px
;
border-bottom-color
:
$
ui-secondary-color
;
}
Write
Preview
Loading…
Cancel
Save