aboutsummaryrefslogtreecommitdiff
path: root/web/pw-server/src/lib/components/matches
diff options
context:
space:
mode:
authorIlion Beyst <ilion.beyst@gmail.com>2022-08-05 20:28:51 +0200
committerIlion Beyst <ilion.beyst@gmail.com>2022-08-05 20:28:51 +0200
commit70c79646aed56344e2e21f3b738443c135c8211d (patch)
treee1256b4c6c8ea0340d0a9b5287362c590cba4191 /web/pw-server/src/lib/components/matches
parent6e75cac7cca1dc46f83e9eb7a7624cfdbe09ab3b (diff)
downloadplanetwars.dev-70c79646aed56344e2e21f3b738443c135c8211d.tar.xz
planetwars.dev-70c79646aed56344e2e21f3b738443c135c8211d.zip
show recent matches on bots page
Diffstat (limited to 'web/pw-server/src/lib/components/matches')
-rw-r--r--web/pw-server/src/lib/components/matches/MatchList.svelte4
1 files changed, 3 insertions, 1 deletions
diff --git a/web/pw-server/src/lib/components/matches/MatchList.svelte b/web/pw-server/src/lib/components/matches/MatchList.svelte
index aea59c2..01a0b82 100644
--- a/web/pw-server/src/lib/components/matches/MatchList.svelte
+++ b/web/pw-server/src/lib/components/matches/MatchList.svelte
@@ -43,10 +43,12 @@
</table>
<style lang="scss">
+ .matches-table {
+ width: 100%;
+ }
.matches-table td,
.matches-table th {
padding: 8px 16px;
- // width: 100%;
}
.header-timestamp {