Recipes
Add Custom CSS to your Desktop App
We add a todesktop
class to the html element on each page of your app. You can use this to identify when your app is being run as a desktop app.
If you want to hide an element on your desktop app you could do something like this:
You can also do the opposite and only show an element in your desktop app.
A common use-case is to show browser controls (back, forward, refresh) in your desktop app's user interface. Here's an example of how you could achieve this:
Platform-specific CSS
You may wish to add styles that apply only on specific operating systems.
In the styles below we add a margin that will only apply on the Mac operating system.