mirror of
https://github.com/moghtech/komodo.git
synced 2026-02-14 08:08:36 -06:00
grey screenshots
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
### Monitor
|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||
<!-- <img src="https://raw.githubusercontent.com/mbecker20/monitor/main/screenshots/mobile.jpeg" alt="mobile view" width="400" /> -->
|
||||
|
||||
### There are seven main tasks of monitor:
|
||||
|
||||
BIN
screenshots/screenshot10.png
Normal file
BIN
screenshots/screenshot10.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 510 KiB |
BIN
screenshots/screenshot11.png
Normal file
BIN
screenshots/screenshot11.png
Normal file
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
BIN
screenshots/screenshot9.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 693 KiB |
Reference in New Issue
Block a user