Modify table style.

This commit is contained in:
yukirij 2024-08-27 18:58:40 -07:00
parent 23a06d72f7
commit 2f31d401fc

View File

@ -1,5 +1,4 @@
main>table.list{
width:100%;
border-collapse:collapse;
}
main>table.list tr{
@ -36,10 +35,13 @@ 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-start;
justify-content:flex-end;
width:auto;
border: 0;
border:0;
}
main>table.list th:last-child{
border-left:1px solid #404040;
}
main>table.list.session th:nth-child(1){width:10rem;}