From b28764705b82d476e85d9db40ab327ea0653e276 Mon Sep 17 00:00:00 2001 From: z0ccc Date: Mon, 7 Jun 2021 22:30:00 -0400 Subject: [PATCH] Finished switching to table --- src/App.css | 6 +- src/App.jsx | 176 ++++++++++++++++++++++++++++++++------------------ src/popup.css | 2 +- 3 files changed, 115 insertions(+), 69 deletions(-) diff --git a/src/App.css b/src/App.css index 36002c5..c6faecf 100644 --- a/src/App.css +++ b/src/App.css @@ -1,10 +1,10 @@ .title { font-weight: 600; + margin: 3px 0 0 0; } table { width: 100%; - margin: 0 0 6px 0; } tr { @@ -18,8 +18,4 @@ tr { .flagWrap { margin: 0 0 0 6px; -} - -.loadingFlag { - display: none; } \ No newline at end of file diff --git a/src/App.jsx b/src/App.jsx index d8d6149..4531e22 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -58,14 +58,15 @@ const App = () => { return (
-
Connection
+ + +
Connection
- @@ -77,96 +78,145 @@ const App = () => { - - - - - + +
Software
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Hardware
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
IP address:
?
Country: ?
Region:
?
City:
?
Zip:
?
Provider:
?
Browser: +
+
Browser version: +
+
Browser engine: +
+
Operating system: +
+
Language: +
+
Timezone: +
+
Cookies enabled: +
+
Java enabled: +
+
DNT header enabled: +
+
Platform: +
+
Screen resolution: +
+
Color Resolution: +
+
Battery level: +
+
Battery status: +
+
Device memory: +
+
# of CPU cores: +
+
WebGL vendor: +
+
WebGL renderer: +
+
-
Software
-
- Browser:{' '} -
-
- Browser version:{' '} -
-
- Browser engine:{' '} -
-
- Operating system:{' '} -
-
- Language:{' '} -
-
- Timezone:{' '} -
-
- Cookies enabled:{' '} -
-
- Java enabled:{' '} -
-
- DNT header enabled:{' '} -
{/*
Plugins:{' '}
*/} -
Hardware
-
- Platform:{' '} -
-
- Screen resolution:{' '} -
-
- Color Resolution:{' '} -
-
- Battery level:{' '} -
-
- Battery status:{' '} -
-
- Device memory:{' '} -
-
- # of CPU cores:{' '} -
-
- WebGL vendor:{' '} -
-
- WebGL renderer:{' '} -
); }; diff --git a/src/popup.css b/src/popup.css index 47c5f34..bd5a04f 100644 --- a/src/popup.css +++ b/src/popup.css @@ -8,5 +8,5 @@ body { background-color: var(--background); font-size: 15px; line-height: 22px; - width: 350px; + width: 400px; } \ No newline at end of file