diff options
| author | bobzel <zzzman@gmail.com> | 2025-03-05 15:38:03 -0500 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2025-03-05 15:38:03 -0500 |
| commit | 436b3def89ea955e2ff30fe8c2e9d15092e8c9a9 (patch) | |
| tree | 29804bb08a5a5deaf9cfdee7a3f290ada85e2dc3 /src/client/views/collections/collectionGrid/CollectionGridView.scss | |
| parent | db3bdb19ff7bc1c69c544797c05a6db3b72b1464 (diff) | |
fixed gridView to have margins. fixed gridView rowslider.
Diffstat (limited to 'src/client/views/collections/collectionGrid/CollectionGridView.scss')
| -rw-r--r-- | src/client/views/collections/collectionGrid/CollectionGridView.scss | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/src/client/views/collections/collectionGrid/CollectionGridView.scss b/src/client/views/collections/collectionGrid/CollectionGridView.scss index 845b07c51..4edaf9745 100644 --- a/src/client/views/collections/collectionGrid/CollectionGridView.scss +++ b/src/client/views/collections/collectionGrid/CollectionGridView.scss @@ -21,11 +21,11 @@ width: 100%; } - .react-grid-item>.react-resizable-handle { + .react-grid-item > .react-resizable-handle { z-index: 4; // doesn't work on prezi otherwise } - .react-grid-item>.react-resizable-handle::after { + .react-grid-item > .react-resizable-handle::after { // grey so it can be seen on the audiobox border-right: 2px solid slategrey; border-bottom: 2px solid slategrey; @@ -41,7 +41,6 @@ position: absolute; height: 3; left: 5; - top: 30; transform-origin: left; transform: rotate(90deg); outline: none; @@ -103,7 +102,7 @@ span::before, span::after { - content: ""; + content: ''; width: 50%; position: relative; display: inline-block; @@ -128,10 +127,8 @@ } } } - } - /* Chrome, Safari, Edge, Opera */ input::-webkit-outer-spin-button, input::-webkit-inner-spin-button { @@ -140,6 +137,6 @@ input::-webkit-inner-spin-button { } /* Firefox */ -input[type=number] { +input[type='number'] { -moz-appearance: textfield; -}
\ No newline at end of file +} |
