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
@@ -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.
+