mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-01-16 20:50:33 +00:00
Fix icons display in Settings > A2F > Providers
@@ -77,11 +77,11 @@ auth-anon-layout > main > a > bit-icon::before {
|
||||
}
|
||||
|
||||
/* Use a custom top left logo different per vault/admin */
|
||||
app-user-layout bit-icon > svg,
|
||||
app-user-layout bit-nav-logo bit-icon > svg,
|
||||
app-organization-layout bit-icon > svg {
|
||||
display: none !important;
|
||||
}
|
||||
app-user-layout bit-icon::before,
|
||||
app-user-layout bit-nav-logo bit-icon::before,
|
||||
app-organization-layout bit-icon::before {
|
||||
display: block;
|
||||
content: "" !important;
|
||||
@@ -90,7 +90,7 @@ app-organization-layout bit-icon::before {
|
||||
background-repeat: no-repeat !important;
|
||||
background-size: contain;
|
||||
}
|
||||
app-user-layout bit-icon::before {
|
||||
app-user-layout bit-nav-logo bit-icon::before {
|
||||
background-image: url(../images/my-custom-password-manager-logo.png) !important;
|
||||
}
|
||||
app-organization-layout bit-icon::before {
|
||||
|
||||
Reference in New Issue
Block a user