brackets-archive / bracketsIssues

Archive of issues in brackets.
0 stars 0 forks source link

[CLOSED] Minor UI bugs - extra space on the left of .content inside .main-view and .CodeMirror-gutter-filler on dark themes #5830

Open core-ai-bot opened 2 years ago

core-ai-bot commented 2 years ago

Issue by peey Wednesday Jan 08, 2014 at 12:41 GMT Originally opened as https://github.com/adobe/brackets/issues/6410


There is extra 20px space inside of the div.main-view, on the left of the child div.content. With 20px space: 1 Without 20px space: 2

Also, on dark themes, there is a really disturbing white space besides horizontal scroll bar at the bottom, I identified it to be a div.CodeMirror-gutter-filler , by default it's background is set to color white, it should be set to transparent instead:

White: 3

Transparent: 4

core-ai-bot commented 2 years ago

Comment by redmunds Wednesday Jan 08, 2014 at 17:00 GMT


This was caused by theme (not sure which one?) extension.@peey will provide more details. Closing.

core-ai-bot commented 2 years ago

Comment by peey Thursday Jan 09, 2014 at 08:34 GMT


The first issue was caused by extension brackets sidebar plus: https://github.com/sathyamoorthi/brackets-sidebar-plus/ . After viewing the extension's readme, I'm assuming that it's not a bug but it's necessary for correct functioning of the extension.

The second issue has been filed here : https://github.com/Jacse/themes-for-brackets/issues/23