This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* On 2017-05-30, Flowdock did some UI changes. This is an attempt to ease the pain. | |
* For the desktop app: Save this file as userstyle.css and put it inside ~/Library/Application Support/Flowdock/, then hit CMD+R to reload Flowdock. | |
* For flowdock.com: Install the stylebot extension and copy this CSS into the config for flowdock.com. | |
* | |
* Forked from: | |
* https://gist.github.com/jessedobbelaere/95c02699b2e0acd35762d204797b74f9 | |
* @author Jesse Dobbelaere (@JesseDobbelaere) | |
*/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<template> | |
<h1>${message}</h1> | |
</template> |