Skip to content

Commit

Permalink
TASK: Compile assets
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebobo committed Oct 18, 2023
1 parent ce0e8c1 commit 9005b25
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 19 deletions.
13 changes: 11 additions & 2 deletions Resources/Public/AssetEditor/Plugin.css
Expand Up @@ -80,7 +80,8 @@
--theme-zIndex-lightbox: 10023;
--theme-zIndex-loadingIndicator: 10024;

--theme-size-sidebarWidth: 250px;
/* The content module sidebars are 320px, so we subtract the grid gap and outer module padding */
--theme-size-sidebarWidth: calc(320px - 2 * var(--theme-spacing-Full));
--theme-size-scrollbarSize: 4px;
}

Expand Down Expand Up @@ -603,6 +604,14 @@
display: flex !important;
}

.UploadButton-module__uploadButton___1tTaJ {
display: flex;
}

.UploadButton-module__uploadButton___1tTaJ button {
flex: 1;
}

@keyframes LoadingIndicator-module__cssLoadWidth___2Sud9 {
0%,
100% {
Expand Down Expand Up @@ -1446,7 +1455,7 @@
}

.AssetsFilter-module__filterList___3vink {
z-index: 1;
z-index: 2;
display: flex;
flex-direction: column;
position: absolute;
Expand Down
22 changes: 11 additions & 11 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.

6 changes: 3 additions & 3 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 9005b25

Please sign in to comment.