Makes rectangleTooltip fontSize bigger

This commit is contained in:
FlorianZahn
2021-10-19 21:38:44 +02:00
parent 510db57666
commit 95fe1eef6f
2 changed files with 9 additions and 3 deletions

View File

@@ -288,11 +288,14 @@ class SponsorTimeEditComponent extends React.Component<SponsorTimeEditProps, Spo
referenceNode: element.parentElement,
prependElement: element,
timeout: 15,
bottomOffset: 75 + "px",
bottomOffset: 0 + "px",
leftOffset: -318 + "px",
backgroundColor: "rgba(28, 28, 28, 1.0)",
htmlId: "sponsorTimesContainer" + this.idSuffix,
buttonFunction: () => {Config.config.scrollToEditTimeUpdate = true}
buttonFunction: () => {Config.config.scrollToEditTimeUpdate = true},
fontSize: "14px",
maxHeight: "200px"
});
}
}