mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
update fav styles
- no more star icons - golden borders on avatar instead
This commit is contained in:
@@ -694,7 +694,8 @@ function printCharacters() {
|
||||
template.find('img').attr('src', this_avatar);
|
||||
template.find('.avatar').attr('title', item.avatar);
|
||||
template.find('.ch_name').text(item.name);
|
||||
template.find('.ch_fav_icon').css("display", item.fav == "true" ? '' : 'none');
|
||||
template.find('.ch_fav_icon').css("display", 'none');
|
||||
template.find('.ch_fav_icon').addClass(item.fav == "true" ? 'is_fav' : '');
|
||||
template.find('.ch_fav').val(item.fav);
|
||||
|
||||
// Display inline tags
|
||||
|
Reference in New Issue
Block a user