app visual cleanup

This commit is contained in:
Brandon Liu
2022-06-15 10:56:54 +08:00
parent 14120600d2
commit cbc5f19083
5 changed files with 54 additions and 17 deletions

View File

@@ -25,7 +25,7 @@ const Pane = styled("div", {
justifyContent: "center",
backgroundSize: "20px 20px",
backgroundImage:
"linear-gradient(to right, #222 1px, transparent 1px),linear-gradient(to bottom, #222 1px, transparent 1px);",
"linear-gradient(to right, #111 1px, transparent 1px),linear-gradient(to bottom, #111 1px, transparent 1px);",
});
const TableRow = styled(
@@ -141,7 +141,8 @@ const StyledFeatureProperties = styled("div", {
position: "absolute",
right: 0,
bottom: 0,
backgroundColor: "red",
backgroundColor: "$black",
padding: "$1"
});
const FeatureProperties = (props: { feature: Feature }) => {
@@ -302,6 +303,7 @@ function Inspector(props: { file: PMTiles }) {
<th>y</th>
<th>offset</th>
<th>length</th>
<th>is directory</th>
</tr>
</thead>
<tbody>{rows}</tbody>