bcl-team / bcl-runcode

GNU General Public License v3.0
13 stars 4 forks source link

Feature: Increase code editor font size #5

Open litolax opened 3 months ago

damien-piedanna commented 1 month ago

Hi, I made myself the same reflexion, so I modified /code/ui/src/index.css to add a scale for 21/9 screens

@media (min-width: 2560px) {
    :root {
        --scale: 1.5; /* Scale for 2K (2560x1440) */
    }
}