From 779b3449c03f9bb1b3d39218da1a12a8da0a171d Mon Sep 17 00:00:00 2001 From: lscambo13 <32175188+lscambo13@users.noreply.github.com> Date: Sun, 23 Nov 2025 23:59:59 +0530 Subject: [PATCH] dev: Updated the documentation --- README.md | 26 +++++++++++++++++++++++--- 1 file changed, 23 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 92ec962..68e1372 100644 --- a/README.md +++ b/README.md @@ -205,7 +205,7 @@ https://github.com/user-attachments/assets/ac22440d-39d7-48d6-a8da-3b7777372ffd
- 7. Enable experimental support for the Media Bar plugin + 7. Enable alternative style for the Media Bar plugin image @@ -217,6 +217,23 @@ https://github.com/user-attachments/assets/ac22440d-39d7-48d6-a8da-3b7777372ffd - To undo this change, simply remove this code block.
+
+ 8. Switch between different app bar styles + + https://github.com/user-attachments/assets/b5868cd2-8df9-490d-a2b6-4386c6ddcd56 + +- You can switch between these using `--appBarHeight`. +- Use 5em to enable the fading app bar (seamless) (default); +- Or, use 4.6em to get the solid app bar (cleaner with border) +``` +:root{ + /* example */ + --appBarHeight: 4.6em; +} +``` +- To undo this change, simply remove this code block. +
+
### 🆗 Tested on @@ -231,7 +248,10 @@ https://github.com/user-attachments/assets/ac22440d-39d7-48d6-a8da-3b7777372ffd 1️⃣ - How do I check if I am using the latest version of ElegantFin? - Check the version number at the bottom in the Settings screen. -- It should be something like `ElegantFin v25.10.XX`. +- It should be something like `ElegantFin v25.XX.XX`. + + image +
@@ -241,7 +261,7 @@ https://github.com/user-attachments/assets/ac22440d-39d7-48d6-a8da-3b7777372ffd - Once that cache is updated, the new version will be loaded automatically. - There are multiple ways to clear the cache depending on your OS, smartphone or TV. Look online if you don't know. - On the web version, you can force a hard refresh of the page using CTRL + F5. -- On apps, try signing out and back in again. OR in case of Jellyfin Media Player on windows, you might need to delete the cache folder. That should definitely pull the latest version. +- On apps, try signing out and back in again. OR in case of Jellyfin Media Player on windows, you might need to delete the cache folder.