aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionDockingView.scss
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2022-03-29 10:58:31 -0400
committerbobzel <zzzman@gmail.com>2022-03-29 10:58:31 -0400
commitcc4a500d6d3c941d139e6c07dbf76c4eed9c3280 (patch)
tree77efb486ed49f03f0e71cf7dcf3395c121ee192e /src/client/views/collections/CollectionDockingView.scss
parent2c3264bca271af170b620cfc44ecdfafb77aacc0 (diff)
added a backlinks property category. fixed context property category to update without using search. fixed double tap on links button to always show linkpivot doc. fixed dragging docs to a tab to not switch to tab dragging mode.
Diffstat (limited to 'src/client/views/collections/CollectionDockingView.scss')
-rw-r--r--src/client/views/collections/CollectionDockingView.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/views/collections/CollectionDockingView.scss b/src/client/views/collections/CollectionDockingView.scss
index b2ee33807..21045a20e 100644
--- a/src/client/views/collections/CollectionDockingView.scss
+++ b/src/client/views/collections/CollectionDockingView.scss
@@ -39,8 +39,8 @@
padding: 0px;
opacity: 0.7;
box-shadow: none;
- height: 24px;
- // border-bottom: 1px black;
+ height: 25px;
+ border-bottom: black solid;
.collectionDockingView-gear {
display: none;