Skip to content

Commit

Permalink
Adjust for mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
UltralyticsAssistant committed Oct 19, 2024
1 parent 0a26934 commit b614b4b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions plugin/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -460,6 +460,13 @@ def get_css():
height: 50px;
border-radius: 50%;
margin-right: 3px;
background-color: #f0f0f0; /* Placeholder color */
opacity: 0; /* Start fully transparent */
transition: opacity 0.3s ease-in-out;
}
.author-link .hover-item[src] {
opacity: 1; /* Fade in when src is set (image loaded) */
}
.hover-item:hover {
Expand Down

0 comments on commit b614b4b

Please sign in to comment.