Skip to content

Commit

Permalink
TASK: Update compiled assets
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebobo committed Feb 12, 2024
1 parent 30cb383 commit c304b45
Show file tree
Hide file tree
Showing 6 changed files with 78 additions and 69 deletions.
13 changes: 11 additions & 2 deletions Resources/Public/AssetEditor/Plugin.css
Original file line number Diff line number Diff line change
Expand Up @@ -754,10 +754,19 @@
gap: var(--theme-spacing-Half);
}

.Tasks-module__tasks___1KEX6 button {
.Tasks-module__buttonWrapper___1YuSx {
display: flex;
flex-direction: row;
flex-wrap: wrap;
gap: 1px;
}

.Tasks-module__buttonWrapper___1YuSx button {
display: flex;
align-items: center;
gap: 0.5em;
justify-content: center;
gap: var(--theme-spacing-Half);
max-width: var(--theme-unit);
}

.PropertyInspector-module__textArea___3V9M7 {
Expand Down
114 changes: 57 additions & 57 deletions Resources/Public/AssetEditor/Plugin.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Resources/Public/Assets/main.bundle.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Resources/Public/Assets/main.bundle.css.map

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions Resources/Public/Assets/main.bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Resources/Public/Assets/main.bundle.js.map

Large diffs are not rendered by default.

0 comments on commit c304b45

Please sign in to comment.