Skip to content

Commit

Permalink
Fix how teletype text is selected
Browse files Browse the repository at this point in the history
  • Loading branch information
iliajie committed Sep 11, 2023
1 parent 38c5c6b commit 35cbc03
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion navigation-lib.pl
Original file line number Diff line number Diff line change
Expand Up @@ -1102,7 +1102,7 @@ sub nav_links
} else {
$rv .=
'<a class="menu-exclude-link cursor-default no-hover"><i class="fa2 fa-fw ' .
get_user_icon() . '"></i>&nbsp;<span class="pointer-events-none">' . $remote_user . '</span></a>';
get_user_icon() . '"></i>&nbsp;<span>' . $remote_user . '</span></a>';
}
$rv .= '</li>';

Expand Down
2 changes: 1 addition & 1 deletion unauthenticated/css/bundle.min.css

Large diffs are not rendered by default.

Binary file modified unauthenticated/css/bundle.min.css.gz
Binary file not shown.

0 comments on commit 35cbc03

Please sign in to comment.