diff options
author | Ilion Beyst <ilion.beyst@gmail.com> | 2022-08-05 20:28:51 +0200 |
---|---|---|
committer | Ilion Beyst <ilion.beyst@gmail.com> | 2022-08-05 20:28:51 +0200 |
commit | 70c79646aed56344e2e21f3b738443c135c8211d (patch) | |
tree | e1256b4c6c8ea0340d0a9b5287362c590cba4191 /web/pw-server/src/lib | |
parent | 6e75cac7cca1dc46f83e9eb7a7624cfdbe09ab3b (diff) | |
download | planetwars.dev-70c79646aed56344e2e21f3b738443c135c8211d.tar.xz planetwars.dev-70c79646aed56344e2e21f3b738443c135c8211d.zip |
show recent matches on bots page
Diffstat (limited to 'web/pw-server/src/lib')
-rw-r--r-- | web/pw-server/src/lib/components/matches/MatchList.svelte | 4 |
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 { |