mirror of
https://github.com/hoornet/vega.git
synced 2026-07-03 07:14:01 -07:00
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:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user