Skip to content

Commit

Permalink
Dont change the login/signup links
Browse files Browse the repository at this point in the history
  • Loading branch information
OctoNezd committed Jun 8, 2023
1 parent 1c643ca commit b313593
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion css/userTabIcons.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@
#header-bottom-right .user {
font-size: 0;
}
#header-bottom-right .user > a::before {
#header-bottom-right .user .login-required {
font-size: 14px;
}
#header-bottom-right .user > a:not(.login-required)::before {
position: relative;
top: 2px;
display: inline-block;
Expand Down

0 comments on commit b313593

Please sign in to comment.