aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionSubView.tsx
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2024-10-10 16:24:00 -0400
committerbobzel <zzzman@gmail.com>2024-10-10 16:24:00 -0400
commit386d640fe7fc4b443bc5f241f86e27424851dc4e (patch)
tree6a475c178ba36423ffa6c6d0d3cdbf2c6ec05896 /src/client/views/collections/CollectionSubView.tsx
parente329ac0aea297e63401c7853fbf2d9d6b280cc2d (diff)
adjusted placement of flaschard practice buttons to be closer to the bottom. Fixed being able to enter quiz mode for flaschards created as part of a stack by fixing embedContainer setting.
Diffstat (limited to 'src/client/views/collections/CollectionSubView.tsx')
-rw-r--r--src/client/views/collections/CollectionSubView.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionSubView.tsx b/src/client/views/collections/CollectionSubView.tsx
index c057d2402..f85b0b433 100644
--- a/src/client/views/collections/CollectionSubView.tsx
+++ b/src/client/views/collections/CollectionSubView.tsx
@@ -551,7 +551,6 @@ export function CollectionSubView<X>() {
filteredChildDocs={this.filteredChildDocs}
advance={answered}
curDoc={curDoc}
- practiceBtnOffset={this._sideBtnWidth * 4}
layoutDoc={this.layoutDoc}
uiBtnScaling={this.uiBtnScaling}
ScreenToLocalBoxXf={this.ScreenToLocalBoxXf}