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