Skip to content

Commit

Permalink
Merge pull request #1218 from harshendram/main
Browse files Browse the repository at this point in the history
solved the issue #1214 coinciding of select language tab and play\pause button fixed .
  • Loading branch information
vikhyatsingh123 authored Oct 15, 2024
2 parents f5c5cbc + 2be163d commit 1827d66
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1224,7 +1224,7 @@ figure{
.btn {
cursor: pointer;
position: relative;
left: 150px;
left: 25vh;
background: #94a657;
border-radius: 4px;
color: #fff;
Expand All @@ -1235,4 +1235,4 @@ figure{
.soundicon {
width: 25px;
padding: 0px;
}
}
4 changes: 3 additions & 1 deletion css/translate.css
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,6 @@ box-shadow: none !important;
}
#google_translate_element{
width: 0!important;
}
}
.goog-te-combo{
margin-left:-15px;

0 comments on commit 1827d66

Please sign in to comment.