Focusmate: Without Profile Pictures v1.0.0
Hides profile pictures on the Focusmate dashboard for a cleaner, more focused interface.
What it does
This style rule provides a minimal Focusmate dashboard experience by:
- Hide images: Making all user profile pictures invisible on the dashboard
This creates a more distraction-free environment for scheduling and managing your focus sessions.
Style Content
/* ==UserStyle==
@name Focusmate: Without Profile Pictures
@namespace https://www.timhilton.xyz/stylus-rules/
@version 1.0.0
@description Hides profile pictures on the Focusmate dashboard for a cleaner, more focused interface
@author Tim Hilton
@homepageURL https://www.timhilton.xyz/stylus-rules/focusmate/without-profile-pictures/
@updateURL https://www.timhilton.xyz/stylus-rules/focusmate/without-profile-pictures/latest/without-profile-pictures.user.css
==/UserStyle==*/
@-moz-document url("https://app.focusmate.com/dashboard") {
.fm-user-img {
opacity: 0;
}
}