mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2026-01-27 04:40:49 +03:00
Adjust skip profile name box size
This commit is contained in:
@@ -98,6 +98,7 @@ export function CategoryChooserComponent() {
|
|||||||
id="configurationName"
|
id="configurationName"
|
||||||
value={configurationName}
|
value={configurationName}
|
||||||
placeholder={chrome.i18n.getMessage("ConfigurationName")}
|
placeholder={chrome.i18n.getMessage("ConfigurationName")}
|
||||||
|
style={{width: document.getElementById("channelProfiles")?.clientWidth ?? null}}
|
||||||
onChange={(e) => {
|
onChange={(e) => {
|
||||||
const newName = e.target.value;
|
const newName = e.target.value;
|
||||||
getConfig(selectedConfigurationID)!.name = newName;
|
getConfig(selectedConfigurationID)!.name = newName;
|
||||||
|
|||||||
Reference in New Issue
Block a user