web: Small CSS fixups for save manager

This commit is contained in:
nosamu 2023-03-27 18:24:09 -05:00 committed by relrelb
parent 05e2b4c729
commit e19f63c3c6
1 changed files with 1 additions and 1 deletions

View File

@ -323,7 +323,6 @@ ruffleShadowTemplate.innerHTML = `
#local-saves {
border-collapse: collapse;
margin-left: 0 0.5em;
}
#local-saves td {
@ -333,6 +332,7 @@ ruffleShadowTemplate.innerHTML = `
#local-saves tr td:nth-child(1) {
padding-right: 1em;
word-break: break-all;
}
#local-saves tr:nth-child(even) {