projects
/
vchess.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ecfb65
)
More adapted confirm div size: follow current board size
author
Benjamin Auder
<benjamin.auder@somewhere>
Mon, 9 Mar 2020 00:03:04 +0000
(
01:03
+0100)
committer
Benjamin Auder
<benjamin.auder@somewhere>
Mon, 9 Mar 2020 00:03:04 +0000
(
01:03
+0100)
client/src/views/Game.vue
patch
|
blob
|
blame
|
history
diff --git
a/client/src/views/Game.vue
b/client/src/views/Game.vue
index
d62e2ca
..
282a371
100644
(file)
--- a/
client/src/views/Game.vue
+++ b/
client/src/views/Game.vue
@@
-1183,6
+1183,8
@@
export default {
position: position,
orientation: V.CanFlip ? this.game.mycolor : "w"
});
+ document.querySelector("#confirmDiv > .card").style.width =
+ boardDiv.offsetWidth + "px";
} else {
// Incomplete information: just ask confirmation
// Hide the board, because otherwise it could reveal infos