diff options
| author | vkalev <geireann.lindfield@gmail.com> | 2021-12-02 15:25:14 -0500 |
|---|---|---|
| committer | vkalev <geireann.lindfield@gmail.com> | 2021-12-02 15:25:14 -0500 |
| commit | 1b6e83ce9b56b773165387ac5f306e6807dc2900 (patch) | |
| tree | 573079369d8b687874647f18655714ff41636e5f /src/client/views/collections/collectionLinear/CollectionLinearView.scss | |
| parent | a7df67fcb94edd7f8751e05ba9416fb5316b0473 (diff) | |
Added header comment to CollectionLinearView
Diffstat (limited to 'src/client/views/collections/collectionLinear/CollectionLinearView.scss')
| -rw-r--r-- | src/client/views/collections/collectionLinear/CollectionLinearView.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/client/views/collections/collectionLinear/CollectionLinearView.scss b/src/client/views/collections/collectionLinear/CollectionLinearView.scss index 8fe804466..968048e39 100644 --- a/src/client/views/collections/collectionLinear/CollectionLinearView.scss +++ b/src/client/views/collections/collectionLinear/CollectionLinearView.scss @@ -6,6 +6,10 @@ height: 100%; pointer-events: none; + .collectionLinearView-menuOpener { + user-select: none; + } + &.true { padding-left: 5px; padding-right: 5px; |
