Fix measurements in popup details
This commit is contained in:
+27
@@ -129,6 +129,33 @@ main {
|
||||
font-family: "Iowan Old Style", "Palatino Linotype", "URW Palladio L", serif;
|
||||
}
|
||||
|
||||
.measurement-table-block {
|
||||
margin-top: 0.35rem;
|
||||
}
|
||||
|
||||
.measurement-table {
|
||||
width: 100%;
|
||||
margin-top: 0.15rem;
|
||||
border-collapse: collapse;
|
||||
font-size: 0.92em;
|
||||
}
|
||||
|
||||
.measurement-table th,
|
||||
.measurement-table td {
|
||||
padding: 0.12rem 0.35rem 0.12rem 0;
|
||||
border-bottom: 1px solid rgba(87, 68, 38, 0.18);
|
||||
text-align: left;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.measurement-table th {
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.measurement-table tbody tr:last-child td {
|
||||
border-bottom: 0;
|
||||
}
|
||||
|
||||
.timeline-control {
|
||||
display: grid;
|
||||
gap: 0.45rem;
|
||||
|
||||
Reference in New Issue
Block a user