Adjust font and icon sizes.

This commit is contained in:
yukirij 2024-10-15 16:11:05 -07:00
parent 30b933017a
commit 5b0ed47fc3

View File

@ -4,7 +4,7 @@ main table.list{
}
main table.list tr{
height:2.5rem;
font-size: 1.15rem;
font-size: 1.08rem;
background-color:#242424;
}
main table.list tr:nth-child(odd){
@ -80,8 +80,8 @@ main table.list td:last-child>button:hover{
main table.list td>canvas {
display: block;
position: relative;
width: 8em;
height: 2em;
width: 8rem;
height: 2rem;
margin: 0 -1.5rem 0 -1.5rem;
}