Skip to content

Commit

Permalink
Fix youtube settings position
Browse files Browse the repository at this point in the history
  • Loading branch information
Nitrino committed Aug 13, 2023
1 parent 61bf9ac commit 52f0dc1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 6 additions & 0 deletions src/assets/style/content/global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -258,3 +258,9 @@
overflow-y: auto;
}
}

.es-youtube {
.es-settings-content {
bottom: 50px;
}
}
1 change: 0 additions & 1 deletion src/pages/content/components/Subs/Subs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ const Sub: FC<{ sub: TSub }> = ({ sub }) => {
type TSubItemProps = {
subItem: TSubItem;
index: number;
// phrasalVerbs: TPhrasalVerb[];
};

const SubItem: FC<TSubItemProps> = ({ subItem, index }) => {
Expand Down

0 comments on commit 52f0dc1

Please sign in to comment.