Skip to content

Commit

Permalink
Add RTL to the close button
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Neto committed Oct 30, 2024
1 parent 3943e13 commit ebef133
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions view/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -908,11 +908,21 @@ img.blur {
border-radius: 50%;
height: 25px;
width: 25px;
box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2); /* Default shadow */
transition: background-color 0.3s, color 0.3s, box-shadow 0.3s; /* Smooth transition */

}

#CloseButtonInVideo:hover {
background-color: rgba(255, 255, 255, 1);
color: #000;
box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.6); /* Stronger shadow on hover */
}

#CloseButtonInVideo {
right: auto;
left: 30px;
top: 30px;
}

.rightProfile li a {
Expand Down

0 comments on commit ebef133

Please sign in to comment.