You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This feature would allow for different settings to be applied depending on the width of the browser window. These options would also get updated if the browser window gets resized.
newWinBox({title: 'The browser window is small',top: 50,left: 50,width: 200,height: 200,breakpoints: {'768': {title: 'The browser window is atleast 768px wide',top: 100,left: 100,width: 600,height: 600}}})
This could be implemented in core or as a plugin but I'd be happy to do it.
This discussion was converted from issue #73 on August 07, 2022 15:39.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
This feature would allow for different settings to be applied depending on the width of the browser window. These options would also get updated if the browser window gets resized.
This could be implemented in core or as a plugin but I'd be happy to do it.
Beta Was this translation helpful? Give feedback.
All reactions