mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Better wi 2 (#1203)
* Update world-info.css * Update index.html * V-center Wi delete --------- Co-authored-by: Cohee <18619528+Cohee1207@users.noreply.github.com>
This commit is contained in:
@@ -170,10 +170,15 @@
|
||||
}
|
||||
|
||||
.disabledWIEntry {
|
||||
opacity: 0.2;
|
||||
opacity: 0.4;
|
||||
filter: grayscale(1);
|
||||
}
|
||||
|
||||
.disabledWIEntry:hover {
|
||||
opacity: 1.0;
|
||||
filter: grayscale(1);
|
||||
}
|
||||
|
||||
.height32px {
|
||||
height: 32px;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user