Hang icon dropdowns to left on `watch-video-info` on mobile (#4660)

This commit is contained in:
Emma 2024-02-09 10:50:16 -05:00 committed by GitHub
parent 7f93d7f94c
commit deb2f99125
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -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);
}
}
}