Pure CSS sorting by name

This commit is contained in:
SillyLossy
2023-04-09 01:10:30 +03:00
parent fe90d1afea
commit d59e1880f0
3 changed files with 12 additions and 1 deletions

View File

@@ -717,6 +717,8 @@ input[type="file"] {
padding: 15px 0;
overflow-y: auto;
flex-grow: 1;
display: flex;
flex-direction: column;
}
#rm_ch_create_block {