Update list table button style.

This commit is contained in:
yukirij 2024-08-27 19:23:44 -07:00
parent 8557d83fa2
commit 48794ae770

View File

@ -38,6 +38,7 @@ main>table.list td:last-child, main>table.list th:last-child{
align-items:flex-start; align-items:flex-start;
justify-content:flex-start; justify-content:flex-start;
width:auto; width:auto;
padding:0;
border:0; border:0;
} }
@ -55,7 +56,7 @@ main>table.list td:last-child>button{
position:relative; position:relative;
width:8rem; width:8rem;
height:100%; height:100%;
padding:0; padding:0 1rem 0 1rem;
text-align:center; text-align:center;
font-size:1.25rem; font-size:1.25rem;