Update table style.

This commit is contained in:
yukirij 2024-08-27 17:48:23 -07:00
parent ce5e8d7f62
commit 8353836c87

View File

@ -22,6 +22,8 @@ main>table.list td{
text-align:center;
white-space: nowrap;
background-color:#303030;
color:#f0f0f0;
}
@ -30,7 +32,7 @@ main>table.list td:last-child{
flex-flow:row nowrap;
align-items:flex-start;
justify-content:flex-end;
flex-grow:1;
width: 100%;
}
main>table.list td:last-child>button{