Chrome Extension for Small UI Optimization

Hey there, a few things were annoying me about the UI and so I created some custom CSS to address these. If you use Chrome, you can install Stylish extension and then find my Style and install to get these tweaks.

Thought I’d share and contribute to the Monday community.

Get and see the tweaks list here:

If you have improvements to add, share them here.

Enjoy!

2 Likes

Could you share some screenshots of the changes it makes?

2 Likes

I love the improvement to the Board Description formatting; improving font colour, size and the element width are all really useful.

I also added the following to provide some alignment with our company colours:

/* Customise some colors */
.application .application-layers .surface
{
background-color: #030;
}

body
{
color: #060;
}

1 Like