Skip to content

Commit

Permalink
fix rounded user images in tooltips
Browse files Browse the repository at this point in the history
  • Loading branch information
FreekBes committed Jan 13, 2022
1 parent 5849c2a commit 9c7256c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions css/improv.css
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,19 @@ textarea {
cursor: default !important;
}

/* add box shadow to tooltips */
.tooltip-content {
box-shadow: 0px 0px 3px -1px #000 !important;
}

/* fix border radius for tooltip user images */
.tooltip-content .tooltip-img.rounded[style*="intra.42.fr/users/"] {
background-size: cover !important;
width: 60px !important;
height: 60px !important;
border-radius: 30px !important;
}

/* remove weird margin from profile banner containers */
@media (max-width: 991px) {
.profile-item .profile-item-top.home-banner .profile-right-box {
Expand Down

0 comments on commit 9c7256c

Please sign in to comment.