HR after group list display

This commit is contained in:
RossAscends
2023-04-13 04:46:08 +09:00
parent 59923f2d7f
commit 1bf5859117
3 changed files with 7 additions and 6 deletions

View File

@ -626,6 +626,7 @@ function printCharacters() {
);
//console.log('printcharacters() -- printing -- ChID '+i+' ('+item.name+')');
});
$("#rm_print_characters_block").prepend(`<hr>`);
printGroups();
sortCharactersList();
}

View File

@ -200,7 +200,6 @@ function printGroups() {
updateGroupAvatar(group);
}
}
function updateGroupAvatar(group) {
$("#rm_print_characters_block .group_select").each(function () {
if ($(this).data("id") == group.id) {

View File

@ -353,6 +353,7 @@ code {
#personality_div hr,
#top-settings-holder hr {
background-image: linear-gradient(90deg, var(--transparent), var(--white30a), var(--transparent));
min-height: 1px;
}
.options-content a {