mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-08-18 12:14:31 +08:00
fix(glass): load cross-origin wallpapers directly (#593)
This commit is contained in:
@@ -1108,6 +1108,12 @@ html[data-theme='glass'] body[data-theme='glass'] {
|
||||
}
|
||||
}
|
||||
|
||||
html[data-theme='glass'][data-glass-renderer-state='fallback'] body[data-theme='glass'] {
|
||||
.app-wrapper--login-glass-high .login-card__surface {
|
||||
filter: url('#login-glass-static-refraction');
|
||||
}
|
||||
}
|
||||
|
||||
html[data-theme='glass'][data-glass-appearance='tinted'] body[data-theme='glass'] {
|
||||
.login-card__surface {
|
||||
background:
|
||||
|
||||
Reference in New Issue
Block a user