mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-05-22 16:14:20 -05:00
[GH-ISSUE #6796] Customize CSS not working as expected #11352
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @rphlwnk on GitHub (Feb 6, 2026).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/6796
Prerequisites
Vaultwarden Support String
Your environment (Generated via diagnostics page)
Config & Details (Generated via diagnostics page)
Show Config & Details
Config:
Vaultwarden Build Version
1.35.2
Deployment method
Official Container Image
Custom deployment method
No response
Reverse Proxy
Host/Server Operating System
Linux
Operating System Version
Ubuntu 24.04
Clients
Web Vault
Client Version
No response
Steps To Reproduce
user.vaultwarden.scss.hbsunderdata/templates/scss/web-vault/images/custom/custom-logo.pngcompose.yaml
/data/templates/scss/user.vaultwarden.scss.hbs
Expected Result
Logos gets replaced correctly.
Actual Result
Customize Vaultwarden CSS seems to be not working as expected anymore with current version.
Was trying to replace the logo on the login page with the custom css provided - the logo is shown for a brief time and gets again replaced by the Vaultwarden logo - see screenshot/video 1.
With only second CSS the Vaultwarden logo is shown and then replaced by the custom logo (kind of success) - see screenshot/video 2.
Using both in combination displays the custom logo first big and then small - see screenshot/video 3.
The custom css is loaded correctly, docker container is restartet and browser cache cleared after every try.
Logs
Screenshots or Videos
1
2
3
4
Additional Context
No response