A fork of https://github.com/crosspoint-reader/crosspoint-reader
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: increase lyra sideButtonHintsWidth to 30 (#727)

## Summary

Increase the width of Lyra's side button hints. It has been set to 30,
the same width as the classic theme.


Before:
<img width="457" height="742" alt="image"
src="https://github.com/user-attachments/assets/316e4679-fbf0-4f6e-b117-413075da1be2"
/>

After:
<img width="512" height="849" alt="image"
src="https://github.com/user-attachments/assets/3b0cf069-55ad-4d5a-a93c-4aeca3ff67f8"
/>



## Additional Context

Resolves
https://github.com/crosspoint-reader/crosspoint-reader/pull/700#issuecomment-3856983832

---

### AI Usage

While CrossPoint doesn't have restrictions on AI tools in contributing,
please be transparent about their usage as it
helps set the right context for reviewers.

Did you use AI tools to help write this code?
No

authored by

James Whyte and committed by
GitHub
e7e31ac4 9f78fd33

+1 -1
+1 -1
src/components/themes/lyra/LyraTheme.h
··· 26 26 .homeCoverTileHeight = 287, 27 27 .homeRecentBooksCount = 3, 28 28 .buttonHintsHeight = 40, 29 - .sideButtonHintsWidth = 19, 29 + .sideButtonHintsWidth = 30, 30 30 .versionTextRightX = 20, 31 31 .versionTextY = 55, 32 32 .bookProgressBarHeight = 4};