grey screenshots

This commit is contained in:
mbecker20
2022-04-04 04:56:22 -07:00
parent cec2231139
commit 75d31c1779
9 changed files with 13 additions and 4 deletions

View File

@@ -59,9 +59,13 @@ const Network: Component<{ network: NetworkType }> = (p) => {
const { selected, ws } = useAppState();
return (
<Flex
class="grey-no-hover"
alignItems="center"
justifyContent="space-between"
style={{ "background-color": "darkgreen", padding: "0.5rem" }}
style={{
padding: "0.5rem",
transition: "background-color 125ms ease-in-out",
}}
>
<div>{p.network.name}</div>
<ConfirmButton

View File

@@ -66,6 +66,11 @@ input::placeholder {
opacity: 0.6;
}
.grey-no-hover {
background-color: rgba(c.$grey, 0.8);
}
.grey {
background-color: rgba(c.$grey, 0.8);
}

View File

@@ -1,7 +1,7 @@
### Monitor
![screenshot6](https://raw.githubusercontent.com/mbecker20/monitor/main/screenshots/screenshot6.png)
![screenshot7](https://raw.githubusercontent.com/mbecker20/monitor/main/screenshots/screenshot7.png)
![screenshot8](https://raw.githubusercontent.com/mbecker20/monitor/main/screenshots/screenshot8.png)
![screenshot9](https://raw.githubusercontent.com/mbecker20/monitor/main/screenshots/screenshot9.png)
![screenshot10](https://raw.githubusercontent.com/mbecker20/monitor/main/screenshots/screenshot10.png)
![screenshot11](https://raw.githubusercontent.com/mbecker20/monitor/main/screenshots/screenshot11.png)
<!-- <img src="https://raw.githubusercontent.com/mbecker20/monitor/main/screenshots/mobile.jpeg" alt="mobile view" width="400" /> -->
### There are seven main tasks of monitor:

Binary file not shown.

After

Width:  |  Height:  |  Size: 510 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 368 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 625 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 513 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 378 KiB

BIN
screenshots/screenshot9.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 693 KiB