Skip to content

Commit

Permalink
fix(likes tooltip): fix width
Browse files Browse the repository at this point in the history
  • Loading branch information
mrilyew committed Nov 24, 2024
1 parent 2d0c329 commit 6007a81
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Web/static/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -3784,12 +3784,16 @@ hr {
overflow-x: hidden;
}

.like_tooltip_wrapper {
box-shadow: 0px 2px 6px -5px rgba(0, 0, 0, 0.8);
}

.like_tooltip_wrapper .like_tooltip_head {
background: linear-gradient(180deg, #595959, #515151);
box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.18) inset;
border: solid 1px #575757;
padding: 4px 10px;
width: 200px;
width: 180px;
display: flex;
justify-content: space-between;
align-items: center;
Expand Down

0 comments on commit 6007a81

Please sign in to comment.