Fix bogus folder height in rectangular grid mode

This commit is contained in:
Cohee 2024-01-31 11:15:33 +02:00
parent fa73c523f0
commit d800e19067
1 changed files with 2 additions and 1 deletions

View File

@ -89,7 +89,8 @@ body.charListGrid #rm_print_characters_block .ch_avatar_url {
/*big avatars mode page-wide changes*/
body.big-avatars .character_select .avatar {
body.big-avatars .character_select .avatar,
body.big-avatars .bogus_folder_select .avatar {
flex: unset;
}