From 4589a863a399b4e70d6283e71ae6ed707dbc9a6e Mon Sep 17 00:00:00 2001 From: Mathijs van Veluw Date: Mon, 18 Nov 2024 21:07:26 +0100 Subject: [PATCH] Revert 8c09507ae692e909c2dfc6e971a27f13adf7cea3...de6d6783f1319f79535b9ad935607d374ba4fe93 on Customize Vaultwarden CSS --- Customize-Vaultwarden-CSS.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Customize-Vaultwarden-CSS.md b/Customize-Vaultwarden-CSS.md index 866f9cb..4406d0c 100644 --- a/Customize-Vaultwarden-CSS.md +++ b/Customize-Vaultwarden-CSS.md @@ -1,6 +1,10 @@ # Customize Vaultwarden CSS -Since version v1.32.5 you can modify the CSS which Vaultwarden previously embedded in the web-vault.
+> [!IMPORTANT] +> **This functionality is not yet merged or released!** +> It will probably land as stable in v1.33.0 + +Since version v1.33.0 you can modify the CSS which Vaultwarden previously embedded in the web-vault.
This way it makes it more easier for users to tweak the style and layout or even hide items. To modify the CSS you need to add a `templates` directory in your `data` directory, or provide the correct path via the `TEMPLATES_FOLDER` environment variable.