Python Forum
icode adjustment - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Forum & Off Topic (https://python-forum.io/forum-23.html)
+--- Forum: Board (https://python-forum.io/forum-26.html)
+--- Thread: icode adjustment (/thread-4380.html)



icode adjustment - metulburr - Aug-12-2017

I was wondering if we should adjust the icode height.

Mainly to see underscores. On chrome the underscores are basically invisible due to the icode box
like here --> __

And it does come up in conversation due to private variables
https://python-forum.io/Thread-Can-access-class-private-variable?pid=22705#pid22705

Another alternative is to lighten the border a hair to make the underscores more vibrant?


RE: icode adjustment - snippsat - Aug-12-2017

I have made changes to themes.
Set to 2px border and better color.

[Image: 5C822I.jpg]

[Image: IzyWtD.jpg]

[Image: mX0Yzo.jpg]


RE: icode adjustment - metulburr - Aug-12-2017

__
Your screenshots look good. But mine doesnt look like that at all after the change.

[attachment=219]


RE: icode adjustment - snippsat - Aug-12-2017

All browser in Windows show as screenshot posted.
Tested FireFox,Chrome in Linux Mint 18.1 there is underscore lower as your screenshot.
So it display different on Windows vs Linux,not sure how to fix it yet.
The Default theme the underscore blend most with border,it's kind okay in the other theme on Linux.


RE: icode adjustment - metulburr - Aug-12-2017

Quote:So it display different on Windows vs Linux,not sure how to fix it yet.
ah ok


RE: icode adjustment - snippsat - Aug-12-2017

Added bottom padding parameter to find a middle ground for Windows, Linux.
padding: 1px 3px 1.5px;.


RE: icode adjustment - ichabod801 - Aug-13-2017

(Aug-12-2017, 09:23 PM)snippsat Wrote: Added bottom padding parameter to find a middle ground for Windows, Linux.
padding: 1px 3px 1.5px;.

Is that why everything looks so scrunched?


RE: icode adjustment - snippsat - Aug-13-2017

(Aug-13-2017, 02:49 AM)ichabod801 Wrote: Is that why everything looks so scrunched?
What do mean bye everything?
I was testing out some reset and Normalize.css stuff,but that is now removed.
Ctrl+F5 to update browser.


RE: icode adjustment - snippsat - Aug-13-2017

Ahh i see it it squeeze together with line under.
Reset back,so it's a rare case with underscore on Linux.
Now is underscore so rarely used,that this may not be a problem for other than us who look closely at this stuff.


RE: icode adjustment - ichabod801 - Aug-13-2017

I shouldn't have said everything. I was only noticing it in the thread and forum listings. It's looks okay now.