Decrease font size of pill

This commit is contained in:
Ajay
2022-01-05 17:26:05 -05:00
parent d23e434209
commit a6a9b7dd8c
4 changed files with 12 additions and 6 deletions

View File

@@ -9,6 +9,7 @@ export interface CategoryPillProps {
export interface CategoryPillState {
segment?: SponsorTime;
show: boolean;
open?: boolean;
}
class CategoryPillComponent extends React.Component<CategoryPillProps, CategoryPillState> {
@@ -18,7 +19,8 @@ class CategoryPillComponent extends React.Component<CategoryPillProps, CategoryP
this.state = {
segment: null,
show: false
show: false,
open: false
};
}
@@ -30,7 +32,7 @@ class CategoryPillComponent extends React.Component<CategoryPillProps, CategoryP
return (
<span style={style}
className="sponsorBlockCategoryPill" >
className={"sponsorBlockCategoryPill"} >
<span className="sponsorBlockCategoryPillTitleSection">
<img className="sponsorSkipLogo sponsorSkipObject"
src={chrome.extension.getURL("icons/IconSponsorBlocker256px.png")}>