Revert grid view spacing
This commit is contained in:
parent
62cf611fdc
commit
0070950911
|
@ -124,10 +124,16 @@ body.charListGrid #rm_print_characters_block .bogus_folder_select_back .avatar {
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Hack for keeping the spacing */
|
/* Hack for keeping the spacing */
|
||||||
|
/*
|
||||||
body.charListGrid #rm_print_characters_block .ch_add_placeholder {
|
body.charListGrid #rm_print_characters_block .ch_add_placeholder {
|
||||||
display: flex !important;
|
display: flex !important;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
|
body.charListGrid #rm_print_characters_block .ch_additional_info {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
/*big avatars mode page-wide changes*/
|
/*big avatars mode page-wide changes*/
|
||||||
|
|
||||||
|
@ -440,4 +446,4 @@ body.expandMessageActions .mes .mes_buttons .extraMesButtonsHint {
|
||||||
|
|
||||||
#smooth_streaming:checked~#smooth_streaming_speed_control {
|
#smooth_streaming:checked~#smooth_streaming_speed_control {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue