Skip to content

Commit

Permalink
chore: formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Henry Gressmann <[email protected]>
  • Loading branch information
explodingcamera committed Sep 6, 2024
1 parent 7b9e226 commit 0a0ca03
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion data/licenses-cargo.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion data/licenses-npm.json

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions web/src/components/tags.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,6 @@
max-height: 12.5rem;
overflow-y: auto;

--pico-border-color:

margin-top: var(--pico-outline-width);
border: var(--pico-border-width) solid var(--pico-dropdown-border-color);
border-radius: var(--pico-border-radius);
Expand Down
4 changes: 0 additions & 4 deletions web/src/components/worldmap.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@
> svg {
flex: 1;
}

:global(.react-tooltip) {
z-index: 10;
}
}

.geo {
Expand Down
4 changes: 4 additions & 0 deletions web/src/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ h6 {
.full {
min-height: 100%;
}

.react-tooltip {
z-index: 10;
}
/*
body {
--bg-gradient-color: oklab(0.51 -0.1 0 / 0.1);
Expand Down

0 comments on commit 0a0ca03

Please sign in to comment.