Skip to content

Commit

Permalink
tooltip css
Browse files Browse the repository at this point in the history
  • Loading branch information
Fiszh authored Oct 3, 2024
1 parent a7a96aa commit d223699
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,7 @@ body::-webkit-scrollbar-thumb:hover {
.tooltip {
visibility: hidden;
width: auto;
height: auto;
background-color: black;
color: #fff;
text-align: center;
Expand Down Expand Up @@ -350,7 +351,7 @@ body::-webkit-scrollbar-thumb:hover {
opacity: 1;
}

.custom-tooltip-container {
.followed-stream {
position: relative;
display: inline-block;
margin: 5px;
Expand All @@ -375,12 +376,12 @@ body::-webkit-scrollbar-thumb:hover {
pointer-events: none;
}

.custom-tooltip-container:hover .custom-tooltip {
.followed-stream:hover .custom-tooltip {
visibility: visible;
opacity: 1;
}

.custom-tooltip-container img {
.followed-stream img {
width: 50px;
cursor: pointer;
}
Expand Down

0 comments on commit d223699

Please sign in to comment.