diff --git a/src/assets/scss/main.scss b/src/assets/scss/main.scss index 3158798..9af5a41 100644 --- a/src/assets/scss/main.scss +++ b/src/assets/scss/main.scss @@ -59,9 +59,11 @@ input { } .input-cyan { + padding: 8px 10px; font-family: $titles; border: 1px solid $cyan; background-color: rgba($white, 0.8); + border-radius: 5px; &:focus, &:focus-visible { outline: $cyan auto 2px; } diff --git a/src/components/utilities/Modal.vue b/src/components/utilities/Modal.vue index c9e99ad..8f0bead 100644 --- a/src/components/utilities/Modal.vue +++ b/src/components/utilities/Modal.vue @@ -288,9 +288,7 @@ function handleResize() { input { max-width: 250px; - font-family: $titles; border-radius: 5px; - padding: 8px 10px; } &.two-col { diff --git a/src/components/utilities/assetManager/AssetManager.vue b/src/components/utilities/assetManager/AssetManager.vue index a5bb052..1128862 100644 --- a/src/components/utilities/assetManager/AssetManager.vue +++ b/src/components/utilities/assetManager/AssetManager.vue @@ -18,26 +18,17 @@
- -
- + +
+
- -
- -
-
-
+
@@ -96,13 +87,13 @@ function toTop() { .container { &.gm-panel { - height: calc(100% - 20px); + height: 100%; margin: 0!important; } } .assets-container { display: flex; - height: calc(100% + 20px); + height: 100%; width: 100%; position: relative; @@ -154,10 +145,7 @@ function toTop() { overflow:auto; height: 100%; width: 35%; - display: none; - &.active { - display: flex; - } + display: flex; } .asset-info { display: flex; @@ -232,36 +220,7 @@ function toTop() { &.selected { background-color: rgba($cyan, 0.8); } - &.add-new { - display: flex; - align-items: center; - gap: 10px 20px; - flex-wrap: wrap; - .asset-name { - flex-shrink: 0; - } - } - .search-field { - border-radius: 5px; - padding: 8px 10px; - width: calc(100% - 20px); - } - .file-upload { - background-color: rgba($cyan, 0.5); - border: 1px solid $white; - border-radius: 5px; - text-shadow: 0 3px 6px rgba($black, 0.2); - padding: 6px 15px; - display: inline-flex; - - &:hover { - background-color: $cyan; - cursor: pointer; - } - input[type="file"] { - display: none; - } - } + } } diff --git a/src/components/utilities/assetManager/partials/TileList.vue b/src/components/utilities/assetManager/partials/TileList.vue index 34a7335..73ebda2 100644 --- a/src/components/utilities/assetManager/partials/TileList.vue +++ b/src/components/utilities/assetManager/partials/TileList.vue @@ -9,7 +9,9 @@ Choose file
- + + +
{{ tile }} @@ -20,7 +22,9 @@ \ No newline at end of file