fix: line height on 96 & 384
Gitea Scan/plate-tool/pipeline/head This commit looks good Details

This commit is contained in:
Emilia Allison 2025-01-15 22:24:41 -05:00
parent f7c3069145
commit 711af96d29
Signed by: emilia
GPG Key ID: 05D5D1107E5100A1
1 changed files with 35 additions and 0 deletions

View File

@ -53,6 +53,41 @@ td.current_select div.plate_cell_inner {
// Styles for specific plate types: // Styles for specific plate types:
.W96 {
th {
font-size: 0.9rem;
line-height: 0px;
}
tr:first-child {
th {
line-height: inherit;
}
}
td {
padding: 0;
}
td.current_select div.plate_cell_inner {
border: 2px solid black;
}
}
.W384 {
th {
font-size: 0.9rem;
line-height: 0px;
}
tr:first-child {
th {
line-height: inherit;
}
}
td {
padding: 0;
}
td.current_select div.plate_cell_inner {
border: 2px solid black;
}
}
.W1536 { .W1536 {
th { th {