Make whole settings folder td clickable

This commit is contained in:
the-djmaze 2024-02-13 11:16:07 +01:00
parent 312f1c3b9b
commit 39c17b6493
2 changed files with 6 additions and 3 deletions

View file

@ -9,13 +9,16 @@
margin-top: 1em;
}
td:first-child {
cursor: pointer;
}
td + td {
white-space: nowrap;
width: 1em;
}
.folder-name {
cursor: pointer;
word-break: break-all;
white-space: pre-wrap;
}