maryvilledev / codesplainUI

Web app for breaking down and annotating Python 3 source code.
https://www.codesplain.io
GNU General Public License v3.0
2 stars 2 forks source link

Fix line overlap at non-100% zoom #524

Closed Hopding closed 7 years ago

Hopding commented 7 years ago

Description

Fiddled around with the CodeMirror CSS until it looked good at different zoom levels.

Motivation and Context

Fixes #521. The current CodeMirror CSS doesn't always work if the zoom level is not at 100% in all browsers.

Checklist:

Browsers

Screenshots (in Chrome browser):

65% zoom

screen shot 2017-05-22 at 9 05 05 am

100% zoom

screen shot 2017-05-22 at 9 05 22 am

120% zoom

screen shot 2017-05-22 at 9 05 31 am