fix: Styling for 1536w plates

This commit is contained in:
Emilia Allison 2024-11-02 16:37:01 -05:00
parent 526029ee4d
commit 5c57614e21
Signed by: emilia
GPG Key ID: 05D5D1107E5100A1
1 changed files with 24 additions and 2 deletions

View File

@ -57,13 +57,35 @@ td.current_select div.plate_cell_inner {
.W1536 { .W1536 {
th { th {
font-size: 0.9rem; 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;
} }
} }
.W3456 { .W3456 {
th { th {
font-size: 0.9rem; font-size: 0.6rem;
line-height: 0px; line-height: 0px;
padding-bottom: 0.4rem; }
tr:first-child {
th {
line-height: inherit;
}
}
td {
padding: 0;
}
td.current_select div.plate_cell_inner {
border: 2px solid black;
} }
} }