diff options
| author | bobzel <zzzman@gmail.com> | 2023-04-19 13:01:37 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2023-04-19 13:01:37 -0400 |
| commit | 0a66b0f369a13d5f399bf125727aff73cd6fd1b4 (patch) | |
| tree | 1214f42703f07a4cc1b6e88bae02795f65c9b9ff /src/client/views/nodes/ImageBox.scss | |
| parent | 615bd643f6afc95f6548bcbec468177582d4ffc3 (diff) | |
fixed image importing metadata for gpt. fixed showTitle UI to be able to turn off titles on templates (like icon views). added ui for choosing primary/alternate image and a drop target for setting alternate.
Diffstat (limited to 'src/client/views/nodes/ImageBox.scss')
| -rw-r--r-- | src/client/views/nodes/ImageBox.scss | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/client/views/nodes/ImageBox.scss b/src/client/views/nodes/ImageBox.scss index 6359a9491..22dbc1e80 100644 --- a/src/client/views/nodes/ImageBox.scss +++ b/src/client/views/nodes/ImageBox.scss @@ -119,6 +119,14 @@ } } } +.imageBox-alternateDropTarget { + position: absolute; + color: white; + background: black; + right: 0; + bottom: 0; + z-index: 2; +} .imageBox-fader img { position: absolute; |
