Skip to content

Commit f989e79

Browse files
committed
Fix user links CSS
1 parent a1a3745 commit f989e79

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/styles/app.scss

+3
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,9 @@ body {
113113

114114
#current-user-links {
115115
display: none;
116+
left: auto;
117+
right: 0;
118+
min-width: 140px;
116119

117120
&.open { display: block; }
118121
}

0 commit comments

Comments
 (0)