Hi!
I wanted to know if we can have more control of formatting the apps, by providing a global CSS that will control the display of the various parts of the interface. Currently I have noticed that some text might appear too small (especially on Windows computers) so I did some modifications on the CSS via the Stylus extension.
A global CSS can have the value of letting each Organization have more control on their interface rather than a “1 fit all” approach (which is what we are used to from Podio)
@shir thanks for your input, as a developer I fully understand your instinct to customize the CSS of the user-interface However, we are currently only allowing user-provided code like JavaScript, HTML or CSS in controlled environments like the calculation field or the automations. This has a very simple reason: Every feature we offer to users, we need to ensure that we do not break it in the future. Therefore, we always need a controlled environment for custom code. Otherwise, we would be super slow when improving our user interface because we would always have to check if the custom CSS of everyone is still working.
Thank you, and i understand the challenge.
In any event since the field labels and input have a css class assigned to them it isn’t complicated to tweak it with something like Stylus extension.
here is a quick sample: