Skip to content

Commit 1827d66

Browse files
Merge pull request #1218 from harshendram/main
solved the issue #1214 coinciding of select language tab and play\pause button fixed .
2 parents f5c5cbc + 2be163d commit 1827d66

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

css/style.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -1224,7 +1224,7 @@ figure{
12241224
.btn {
12251225
cursor: pointer;
12261226
position: relative;
1227-
left: 150px;
1227+
left: 25vh;
12281228
background: #94a657;
12291229
border-radius: 4px;
12301230
color: #fff;
@@ -1235,4 +1235,4 @@ figure{
12351235
.soundicon {
12361236
width: 25px;
12371237
padding: 0px;
1238-
}
1238+
}

css/translate.css

+3-1
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,6 @@ box-shadow: none !important;
6060
}
6161
#google_translate_element{
6262
width: 0!important;
63-
}
63+
}
64+
.goog-te-combo{
65+
margin-left:-15px;

0 commit comments

Comments
 (0)