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