mirror of
https://github.com/JustinZeus/Wholphin.git
synced 2026-07-09 16:11:20 +02:00
## Description - Instead of just replacing newline characters, collapse white-space into single space characters which is roughly how the web UI does it with CSS's `white-space: nowrap;` - Use an actual arrow indicator instead of a `<` character for when a program begins before the guide start ### Related issues #517 https://github.com/damontecres/Wholphin/issues/434 https://github.com/damontecres/Wholphin/issues/435 https://github.com/damontecres/Wholphin/issues/436 ### Screenshots <img width="605" height="316" alt="image" src="https://github.com/user-attachments/assets/6a5227b5-9960-4c6d-a086-a4a9867ea60b" />
This commit is contained in:
parent
a65b93e064
commit
11dda19b8a
3 changed files with 53 additions and 38 deletions
|
|
@ -14,6 +14,8 @@
|
|||
<string name="fa_magnifying_glass_minus" translatable="false"></string>
|
||||
<string name="fa_caret_up" translatable="false"></string>
|
||||
<string name="fa_caret_down" translatable="false"></string>
|
||||
<string name="fa_caret_left" translatable="false"></string>
|
||||
<string name="fa_caret_right" translatable="false"></string>
|
||||
<string name="fa_heart" translatable="false"></string>
|
||||
<string name="fa_video" translatable="false"></string>
|
||||
<string name="fa_play" translatable="false"></string>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue