aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionNoteTakingView.scss
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2024-04-10 21:02:05 -0400
committerbobzel <zzzman@gmail.com>2024-04-10 21:02:05 -0400
commit53fbe74037f03456a678d592d0ae5660c2f0d55e (patch)
treef961ca9a9527f548ad9037a6a750cd82a9053ec7 /src/client/views/collections/CollectionNoteTakingView.scss
parentffb6621a7f822c3d605e4749b3f3be799ad1ef94 (diff)
more notetaking fixes - turn off autoSize, unobserve children. fixed typing a new note to delete placeholder text. added autoCreate for columns. added pivot column selector for notetaking view.
Diffstat (limited to 'src/client/views/collections/CollectionNoteTakingView.scss')
-rw-r--r--src/client/views/collections/CollectionNoteTakingView.scss9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/client/views/collections/CollectionNoteTakingView.scss b/src/client/views/collections/CollectionNoteTakingView.scss
index 81000e7a5..95fda7b0a 100644
--- a/src/client/views/collections/CollectionNoteTakingView.scss
+++ b/src/client/views/collections/CollectionNoteTakingView.scss
@@ -494,6 +494,15 @@
.rc-switch-checked .rc-switch-inner {
left: 8px;
}
+
+ .collectionNoteTaking-pivotField {
+ display: none;
+ }
+ &:hover {
+ .collectionNoteTaking-pivotField {
+ display: unset;
+ }
+ }
}
.collectionNoteTakingViewLight {