add privacy blur for tokens in ui

Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
Vladimir Mandic
2025-08-09 08:40:38 -04:00
parent 69db77e365
commit 45d5189b83
3 changed files with 28 additions and 16 deletions
+12
View File
@@ -2067,6 +2067,18 @@ div:has(>#tab-gallery-folders) {
font-weight: normal;
}
.token {
filter: blur(4px);
}
.token:hover {
filter: blur(0px);
}
.token:focus {
filter: blur(0px);
}
@keyframes move {
from {
background-position-x: 0, -40px;