diff options
| author | bobzel <zzzman@gmail.com> | 2022-11-02 10:42:25 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2022-11-02 10:42:25 -0400 |
| commit | 1a8024dce302acc1637cd1f7d74b0238c5979c15 (patch) | |
| tree | 7666af3b597a61de32be38b90927cae36f1fc314 /src/client/views/DocumentDecorations.scss | |
| parent | dcc1c3cb204f5ffe506860daf772f2e978371738 (diff) | |
select docs when title header is edited. fixed doc decoration top border. sort sidebar annos by y coord
Diffstat (limited to 'src/client/views/DocumentDecorations.scss')
| -rw-r--r-- | src/client/views/DocumentDecorations.scss | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/client/views/DocumentDecorations.scss b/src/client/views/DocumentDecorations.scss index b41962c73..ccac5ffe4 100644 --- a/src/client/views/DocumentDecorations.scss +++ b/src/client/views/DocumentDecorations.scss @@ -1,7 +1,7 @@ @import 'global/globalCssVariables'; $linkGap: 3px; -$headerHeight: 25px; +$headerHeight: 20px; $resizeHandler: 8px; .documentDecorations-Dark, @@ -424,7 +424,9 @@ $resizeHandler: 8px; background: $light-gray; opacity: 0.2; pointer-events: all; + transition: opacity 1s; &:hover { + transition: unset; opacity: 1; } } |
