chiark
/
gitweb
/
~ianmdlvl
/
otter.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e86ae03
)
set width explicitly
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Mon, 23 Nov 2020 21:01:23 +0000
(21:01 +0000)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Mon, 23 Nov 2020 21:01:23 +0000
(21:01 +0000)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
templates/session.tera
patch
|
blob
|
history
diff --git
a/templates/session.tera
b/templates/session.tera
index b15ad02e3e6f5e94c338b095d5216375323da099..771dc5be93b2e9242338991edeee0c7265e25c30 100644
(file)
--- a/
templates/session.tera
+++ b/
templates/session.tera
@@
-32,6
+32,7
@@
Hi {{nick | escape}} | <span id="wresting-warning"></span> |
<svg id="space"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 {{ table_size[0] }} {{ table_size[1] }}"
+ width="0 0 {{ table_size[0]*6 }}" height="{{ table_size[1]*6 }}"
>
<rect fill="green" x="0" y="0"
width="{{ table_size[0] }}" height="{{ table_size[1] }}"/>