Skip to content

Commit

Permalink
Hang icon dropdowns to left on watch-video-info on mobile (#4660)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarmadileManteater authored Feb 9, 2024
1 parent 7f93d7f commit deb2f99
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@

@media screen and (max-width: 680px) {
:deep(.iconDropdown) {
inset-inline-start: calc(50% - 20px);
inset-inline-end: auto;
inset-inline-start: auto;
inset-inline-end: calc(50% - 20px);
}
}
}
Expand Down

0 comments on commit deb2f99

Please sign in to comment.