Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork245
-
BetaWas this translation helpful?Give feedback.
All reactions
Replies: 1 comment
-
I have to second this. At my age it has become very difficult to read very small print. To get around this I am using dev Tools to edit the default settings. This also adds a border between the snippet name and the description as well as increases the height of the text area for the description. The default of 58px is way to small for any description more than 2 lines long. A height of 146 aligns with the height of the search box plus the first 2 snippets perfectly. This is of course only lasts while the program is still open so has to be entered every time I want to use it. This is not to bad as if I am in a programming session I will have this open in the background for hours. Still it would be nice if these were added as options in the settings so they are permanent. /* Change Font Size */.description[data-v-01b5a5e8] {fontSize:'17px',}/* Change Height and add border */.description[data-v-01b5a5e8] .ps {height:'146px';border-top: solid1pxvar(--color-border);padding-top:5px;} |
BetaWas this translation helpful?Give feedback.

