diff options
author | Ilion Beyst <ilion.beyst@gmail.com> | 2022-07-24 17:01:22 +0200 |
---|---|---|
committer | Ilion Beyst <ilion.beyst@gmail.com> | 2022-07-24 17:01:22 +0200 |
commit | 109aaf27583a291ea8a7ca396dc57d45b99898aa (patch) | |
tree | e3d559c363847d15babaa5d30b66fa4f6f19f58d | |
parent | ccfe86729e3a454e3fdf529abd7063ceb8fa859f (diff) | |
download | planetwars.dev-109aaf27583a291ea8a7ca396dc57d45b99898aa.tar.xz planetwars.dev-109aaf27583a291ea8a7ca396dc57d45b99898aa.zip |
remove global style overrides from visualizer
-rw-r--r-- | web/pw-server/src/routes/index.svelte | 1 | ||||
-rw-r--r-- | web/pw-visualizer/src/style.css | 9 |
2 files changed, 1 insertions, 9 deletions
diff --git a/web/pw-server/src/routes/index.svelte b/web/pw-server/src/routes/index.svelte index 08dc60a..85c2454 100644 --- a/web/pw-server/src/routes/index.svelte +++ b/web/pw-server/src/routes/index.svelte @@ -249,6 +249,7 @@ color: #eee; padding-top: 15px; overflow-y: scroll; + padding-left: 0px; } .match-card { diff --git a/web/pw-visualizer/src/style.css b/web/pw-visualizer/src/style.css index e514f21..09e33e6 100644 --- a/web/pw-visualizer/src/style.css +++ b/web/pw-visualizer/src/style.css @@ -1,12 +1,3 @@ - * { - margin: 0; - padding: 0; - } - - p { - padding: 3px 0; - } - #wrapper { max-height: 100%; min-height: 100%; |