Skip to content
This repository has been archived by the owner on Feb 25, 2024. It is now read-only.

Commit

Permalink
Cleanup some unused CSS on the main element (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andarist authored Jul 13, 2021
1 parent 73e03b8 commit 512bc48
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 19 deletions.
1 change: 0 additions & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ function App() {
return (
<SimulationProvider value={simService}>
<Box
data-viz="app"
data-viz-theme="dark"
as="main"
display="grid"
Expand Down
18 changes: 0 additions & 18 deletions src/base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,24 +9,6 @@
position: static;
}

[data-viz='app'] {
height: 100vh;
width: 100vw;
display: grid;
grid-template-columns: 1fr 1fr;
grid-template-rows: 1fr;

> [data-panel='viz'] {
grid-column: 1 / 2;
grid-row: 1 / -1;
}

> [data-panel='editor'] {
grid-column: 2 / -1;
grid-row: 1 / -1;
}
}

[data-viz-theme] {
background: var(--viz-color-bg);
color: var(--viz-color-fg);
Expand Down

0 comments on commit 512bc48

Please sign in to comment.