Skip to content

Commit ca2e05f

Browse files
chore: css tweaks
Signed-off-by: Henry <mail@henrygressmann.de>
1 parent 77e307f commit ca2e05f

File tree

14 files changed

+52
-163
lines changed

14 files changed

+52
-163
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ hex={version="0.4"}
2727
bs58="0.5"
2828
serde={version="1.0", features=["derive"]}
2929
serde_json={version="1.0"}
30-
md-5={version="0.11.0-rc.5"}
30+
md-5={version= "0.11.0" }
3131
async-compression={version="0.4", default-features=false, features=["gzip", "tokio"]}
3232
tokio-tar={package="astral-tokio-tar", version="0.6"}
3333
blake3={version="1.8"}

data/licenses-cargo.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

data/licenses-npm.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

web/bun.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"@types/react-dom": "^19.2.3",
5353
"@types/topojson-client": "^3.1.5",
5454
"@types/topojson-specification": "^1.0.5",
55-
"astro": "6.1.0",
55+
"astro": "6.1.1",
5656
"babel-plugin-react-compiler": "^1.0.0",
5757
"rollup-plugin-license": "^3.7.0",
5858
"typescript": "^6.0.2"

web/src/api/constants.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ export const metricNames: Record<Metric, string> = {
1010
export const dimensionNames: Record<Dimension, string> = {
1111
platform: "Platform",
1212
browser: "Browser",
13-
url: "URL",
14-
url_entry: "Entry",
15-
url_exit: "Exit",
13+
url: "Page",
14+
url_entry: "Entry Page",
15+
url_exit: "Exit Page",
1616
path: "Path",
1717
mobile: "Device Type",
1818
referrer: "Referrer",

web/src/components/card.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ button.card {
4747
z-index: 0;
4848

4949
margin: 0;
50-
padding: 0.6rem 0.5rem 0.4rem 0.6rem;
50+
padding: 0.5rem 0.6rem 0.3rem 0.6rem;
5151

5252
transition: background-color 0.2s ease;
5353
border-radius: var(--pico-border-radius);

web/src/components/dialog.module.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,13 @@
5151
.close {
5252
position: fixed;
5353
z-index: 1000;
54-
background-color: white;
54+
background-color: var(--pico-dropdown-color);
5555
border: none;
5656
right: 0;
5757
top: 0;
58-
margin: 1rem;
58+
margin: 0.5rem;
5959
pointer-events: auto;
60-
border-radius: 1rem;
60+
border-radius: 3rem;
6161
display: flex;
6262
width: 2.5rem;
6363
height: 2.5rem;

web/src/components/dimensions/dimensions.module.css

Lines changed: 1 addition & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,8 @@
1717
cursor: pointer;
1818
margin-right: auto;
1919
outline: none;
20-
padding-bottom: 0.2rem;
21-
padding-left: 0.2rem;
2220
box-shadow: none !important;
21+
font-weight: 600;
2322
}
2423
}
2524

@@ -42,34 +41,6 @@
4241
margin-right: auto;
4342
}
4443

45-
.tabsList .pageTabGroup {
46-
display: flex;
47-
align-items: center;
48-
gap: 0.1rem;
49-
50-
> :first-child {
51-
margin-right: 0.1rem;
52-
}
53-
54-
> :not(:first-child) {
55-
font-size: 0.8rem;
56-
padding: 0.1rem 0.1rem;
57-
margin-top: 0.15rem;
58-
59-
&button {
60-
font-weight: 800;
61-
}
62-
63-
&:not([aria-selected="true"]) {
64-
opacity: 0.6;
65-
}
66-
}
67-
68-
> :last-child {
69-
margin-right: 0.5rem;
70-
}
71-
}
72-
7344
.tabsContent {
7445
display: flex;
7546
flex-direction: column;

0 commit comments

Comments
 (0)