@@ -216,8 +216,9 @@ export class ScryingPoolStrip extends _AppBase {
|
||||
const showName = dockLayout.endsWith('-md');
|
||||
|
||||
// Story 5.2: Video widget width customization
|
||||
const widgetWidthSm = this._adapter.settings?.get?.('widgetWidthSm') ?? '80';
|
||||
const widgetWidthMd = this._adapter.settings?.get?.('widgetWidthMd') ?? '120';
|
||||
// Defaults match settings registration in module.js: 83px for sm, 150px for md
|
||||
const widgetWidthSm = this._adapter.settings?.get?.('widgetWidthSm') ?? '83';
|
||||
const widgetWidthMd = this._adapter.settings?.get?.('widgetWidthMd') ?? '150';
|
||||
const isLarge = effectiveSize === 'md';
|
||||
const effectiveWidth = isLarge ? widgetWidthMd : widgetWidthSm;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user