Skip to content

Commit

Permalink
Wrap ft-icon buttons below before they go fully vertical (#4735)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarmadileManteater authored Mar 3, 2024
1 parent 6472c03 commit 9c2c4a9
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/renderer/components/watch-video-info/watch-video-info.scss
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,19 @@
inset-inline-end: calc(50% - 20px);
}
}

@media screen and (max-width: 460px) {
flex-wrap: nowrap;
:deep(.iconDropdown) {
inset-inline-start: auto;
inset-inline-end: auto;
}
}
}
@media screen and (max-width: 460px) {
flex-direction: column;
align-items: flex-start;
margin-block-start: 10px;
}
}

Expand Down

0 comments on commit 9c2c4a9

Please sign in to comment.