If I change:
$aside.open({
size: 'sm',
})
to
$aside.open({
size: 'lg',
})
There is a change when I open the aside on my desktop. However, If I open the aside on a mobile device or a small screen, the aside is the same size when sm is selected, as it is when large is selected
If I change:
$aside.open({
size: 'sm',
})
to
$aside.open({
size: 'lg',
})
There is a change when I open the aside on my desktop. However, If I open the aside on a mobile device or a small screen, the aside is the same size when sm is selected, as it is when large is selected