diff options
| author | bobzel <zzzman@gmail.com> | 2020-08-29 17:58:32 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2020-08-29 17:58:32 -0400 |
| commit | 51f9da2bb6529c102c300a1ceb4ccd23065a76fc (patch) | |
| tree | 21302dfcd859edc235f77e31f01a3a12192f0b6b /src/client/views/collections/TabDocView.scss | |
| parent | 442572a66aaa6b50d8d01d46d79b7d6cf2f247a8 (diff) | |
split out TabDocView from CollectionDockingView (where it had been called DockedFrameRenderer)
Diffstat (limited to 'src/client/views/collections/TabDocView.scss')
| -rw-r--r-- | src/client/views/collections/TabDocView.scss | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/src/client/views/collections/TabDocView.scss b/src/client/views/collections/TabDocView.scss new file mode 100644 index 000000000..9a4b5cbd1 --- /dev/null +++ b/src/client/views/collections/TabDocView.scss @@ -0,0 +1,20 @@ + +.miniMap { + position: absolute; + overflow: hidden; + right: 10; + bottom: 10; + border: solid 1px; + box-shadow: black 0.4vw 0.4vw 0.8vw; + + .miniOverlay { + width: 100%; + height: 100%; + position: absolute; + + .miniThumb { + background: #25252525; + position: absolute; + } + } +}
\ No newline at end of file |
