diff options
| author | IEatChili <nanunguyen99@gmail.com> | 2024-06-10 11:06:02 -0400 |
|---|---|---|
| committer | IEatChili <nanunguyen99@gmail.com> | 2024-06-10 11:06:02 -0400 |
| commit | 56568bbb0db34c0129b6a3c8770ce3f889dcbd31 (patch) | |
| tree | 54b97fa16043fc41477d0f02db3f31f26a78dd9e /src/client/views/collections/collectionFreeForm/ImageLabelBox.scss | |
| parent | b440901843a930c6c87ec23c59f90f1349c25b50 (diff) | |
feat: ui changes
Diffstat (limited to 'src/client/views/collections/collectionFreeForm/ImageLabelBox.scss')
| -rw-r--r-- | src/client/views/collections/collectionFreeForm/ImageLabelBox.scss | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/src/client/views/collections/collectionFreeForm/ImageLabelBox.scss b/src/client/views/collections/collectionFreeForm/ImageLabelBox.scss index d0c12814c..5f2ce4e14 100644 --- a/src/client/views/collections/collectionFreeForm/ImageLabelBox.scss +++ b/src/client/views/collections/collectionFreeForm/ImageLabelBox.scss @@ -1,3 +1,18 @@ +.image-box-container { + display: flex; + align-items: center; + justify-content: center; + width: 100%; + height: 100%; + font-size: 10px; + line-height: 1; + background: none; + z-index: 1000; + padding: 0px; + overflow: auto; + cursor: default; +} + .image-label-list { display: flex; flex-direction: column; @@ -16,6 +31,7 @@ text-align: center; // Centers the text of the paragraph font-size: large; vertical-align: middle; + margin-left: 10px; } .IconButton { @@ -24,3 +40,10 @@ } } } + +.image-information { + display: flex; + flex-direction: column; + //align-items: center; + width: 100%; +} |
