New Post
There are two problems right now preventing me from enjoying focus mode:
The controls being too visible in Focus Mode I currently fix with StyleBot (a Chrome Add-on), which I have to manually turn on/off as I switch between Focus Mode. Here's the style override that I use:
#app .inner .right,
.close-focus {
visibility: hidden;
}