reduce width of favorite column

This commit is contained in:
filifa
2025-07-27 16:08:22 -04:00
parent 9440d58125
commit 22166a001e

View File

@@ -14,3 +14,7 @@ tbody > tr:nth-of-type(even) {
tr :nth-child(1) {
text-align: right;
}
tr :nth-child(4) {
width: 20%;
}