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: solid 1px var(--color-border);
padding-top: 5px;
} |
Beta Was this translation helpful? Give feedback.
-
Hey there,
I am currently checking out massCode and I was wandering whether there is a way to increase the text size in the description text of a given snippet? The settings to change font sizes I found are restricted to the Editor part. However, I would need to change the text size of the description text (please see the screenshot). Any hint or advice would be great! Thanks a lot, Gernot
Beta Was this translation helpful? Give feedback.
All reactions