Popup size

Hi all,

After reading a lot of posts the answer is either ‘no’ or I haven’t found it yet.

Is there a way to set the size of the popup window? In the picture below, I would like the window to be the size of the remote (white line ish). Or else, center it?
Base from where popup is ‘activated’:

- component: oh-grid-col
                config:
                  width: "100"
                  xlarge: "50"
                slots:
                  default:
                    - component: oh-label-card
                      config:
                        action: popup
                        actionModal: page:Afstandsbediening
                        label: Afstandsbediening TV
                        icon: f7:device_desktop

The layout of Afstandsbediening:

config:
  label: Afstandsbediening
  layoutType: responsive
blocks:
  - component: oh-block
    config: {}
    slots:
      default:
        - component: oh-grid-row
          config: {}
          slots:
            default:
              - component: oh-grid-col
                config: {}
                slots:
                  default:
                    - component: widget:remote widget
                      config:
                        power: LGTVWoonkamer_power
                        screen: LGTVWoonkamer_appLauncher
                        mute: LGTVWoonkamer_mute
                        volume: LGTVWoonkamer_volume
                        channel: LGTVWoonkamer_channelDummy
                        rcButton: LGTVWoonkamer_rcButton
                        mediaStop: LGTVWoonkamer_mediaStop
masonry: null
grid: []

The preferred end result:

Thanks in advance!