Operating system
Windows
Joplin version
3.4.12
Desktop version info
Joplin 3.4.12 (prod, win32)
Device: win32, AMD Ryzen 7 5700U with Radeon Graphics
Client ID: 8e703857714c4d7cbcc5a57931477a4d
Sync Version: 3
Profile Version: 48
Keychain Supported: Yes
Alternative instance ID: -
Revision: e9a9f68
Backup: 1.4.3
Ez Table: 1.0.2
Freehand Drawing: 3.1.0
Rich Markdown: 0.16.3
What issue do you have?
The title on the note itself is very small (see attached image). I've made a tweak to the app's appearance in userchrome.css:
/* Affects UI font size (among others?) */
*{ font-size: 14px !important }
...and this in userstyle.css:
body {
font-family: "Inter";
font-size: 18px;
line-height: 1.25;
}
/* Prevent mouse-hover highlighting of tables */
/* dark theme */
tr:nth-child(odd) { background-color: rgb(29, 32, 36) !important; }
tr:nth-child(even) { background-color: rgb(40, 41, 42) !important; }
/* light theme */
/*
tr:nth-child(odd) { background-color: rgb(255, 255, 255) !important; }
tr:nth-child(even) { background-color: rgb(247, 247, 247) !important; }
*/
/* *{ font-size: 28px !important } */
However, both of those were done months ago and the small title is much more recent. No other changes.
Any idea what happened?
Thanks.
