Hello, I want to customize the padding of the panel using custom CSS and the Stylus extension, but I encounter some bugs with the cursor, which goes to some weird places. My CSS-Fu is very limited (skilled at copy-paste but not much else).
I tried this:
.paneContent {
padding-left: 50px !important;
padding-right: 50px !important;
}
and this
.paneDocumentContent {
padding-left: 50px !important;
padding-right: 50px !important;
}
Do you have any suggestions on what should I use to get this working without the bugs?
I am not putting a feature request for the padding (although for better readability it’s a good practice not to have the content as close to the edge as it is now) because I know for some of your users the density of content will be more important. But I will put a feature request for custom CSS - it is something that’s in place for many of your competitors and maybe one for custom padding in the display settings.
Thanks!