Increase Large/XL font sizes, enlarge account switcher, fix relay drop and bookmark persistence

- Large font 16→17px, Extra Large 18→20px
- Account avatar w-8→w-10, name and arrow text larger
- resetNDK preserves outbox-discovered relay URLs instead of dropping to fallback 3
- BookmarkView merges relay results with cache instead of replacing, so cached notes survive timeouts
This commit is contained in:
Jure
2026-04-01 13:49:37 +02:00
parent a65b2d2f95
commit 355f412455
4 changed files with 23 additions and 10 deletions
+2 -2
View File
@@ -331,8 +331,8 @@ function ThemeSection() {
const FONT_PRESETS = [
{ label: "Small", size: 12 },
{ label: "Normal", size: 14 },
{ label: "Large", size: 16 },
{ label: "Extra Large", size: 18 },
{ label: "Large", size: 17 },
{ label: "Extra Large", size: 20 },
];
function FontSizeSection() {