Yankel Scialom (YSC) 9328c9468f Immich: Fix blade's coliding titles
Immich blades displays three metrics: one for the number of photos,
one for the number of videos and one for the total space usage of
its server.

This commit fixes an issue where the titles of those metrics are
colliding into a single word: "PHOTOSVIDEOsUSAGE", which impair
readability.

Before this commit, the blade reads:
<pre>
+-------------------+
| PHOTOSVIDEOSUSAGE |
|   265 443 0.94GiB |
+-------------------+
</pre>

After this commit, the blade reads:
<pre>
+-----------------------+
| PICS    VIDS    USAGE |
|  265    443   0.94GiB |
+-----------------------+
</pre>
2025-07-22 22:51:09 +02:00
..
2024-02-06 14:46:08 +01:00
2024-03-28 20:11:34 +00:00