Update list table style.

This commit is contained in:
yukirij 2024-08-27 19:00:21 -07:00
parent 2f31d401fc
commit a1c25df9da

View File

@ -1,4 +1,5 @@
main>table.list{ main>table.list{
width:100%;
border-collapse:collapse; border-collapse:collapse;
} }
main>table.list tr{ main>table.list tr{
@ -35,7 +36,7 @@ main>table.list td:last-child, main>table.list th:last-child{
display:flex; display:flex;
flex-flow:row nowrap; flex-flow:row nowrap;
align-items:flex-start; align-items:flex-start;
justify-content:flex-end; justify-content:flex-start;
width:auto; width:auto;
border:0; border:0;
@ -52,7 +53,7 @@ main>table.list.challenge th:nth-child(2){width:10rem;}
main>table.list td:last-child>button{ main>table.list td:last-child>button{
display:block; display:block;
position:relative; position:relative;
width:auto; width:6rem;
height:100%; height:100%;
padding:0 1rem 0 1rem; padding:0 1rem 0 1rem;