fix plusieurs trucs, ajout du logo de dossier/fichier

This commit is contained in:
2023-02-17 13:01:56 +01:00
parent 8bd63f4605
commit 73dc223705
5 changed files with 38 additions and 4 deletions

View File

@@ -93,3 +93,13 @@ td:nth-child(2) { /* targets the second column */
td:nth-child(3) { /* targets the third column */
text-align: right;
}
#folder {
width: 2%;
height: auto;
}
.centered {
position: relative;
top: -7px;
}