diff options
Diffstat (limited to 'web/pw-server/src/routes')
| -rw-r--r-- | web/pw-server/src/routes/index.svelte | 3 | ||||
| -rw-r--r-- | web/pw-server/src/routes/style.css | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/web/pw-server/src/routes/index.svelte b/web/pw-server/src/routes/index.svelte index 243f4da..08dc60a 100644 --- a/web/pw-server/src/routes/index.svelte +++ b/web/pw-server/src/routes/index.svelte @@ -209,6 +209,8 @@ .sidebar-left { width: 240px; background-color: $bg-color; + display: flex; + flex-direction: column; } .sidebar-right { width: 400px; @@ -246,6 +248,7 @@ list-style: none; color: #eee; padding-top: 15px; + overflow-y: scroll; } .match-card { diff --git a/web/pw-server/src/routes/style.css b/web/pw-server/src/routes/style.css index 293d3b1..f7d5388 100644 --- a/web/pw-server/src/routes/style.css +++ b/web/pw-server/src/routes/style.css @@ -1,3 +1,4 @@ body { margin: 0; + font-family: Roboto, Helvetica, sans-serif; } |
