mirror of
https://github.com/vladmandic/automatic
synced 2026-09-08 22:08:42 +02:00
add privacy blur for tokens in ui
Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user