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 Jan 9, 2024
1 parent c7dc0f5 commit 82b6524
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 40 deletions.
25 changes: 6 additions & 19 deletions Resources/Public/AssetEditor/Plugin.css
Original file line number Diff line number Diff line change
Expand Up @@ -143,9 +143,8 @@
color: var(--theme-colors-inactive);
margin: 0 0 1px;
padding: var(--theme-spacing-Half);
text-overflow: ellipsis;
overflow-x: hidden;
white-space: nowrap;
white-space: break-spaces;
word-break: break-word;
}

.IconStack-module__iconStack___19OCl {
Expand Down Expand Up @@ -476,25 +475,10 @@
border-color: var(--theme-colors-Error);
}

.FilePreview-module__fileList___2Idje {
margin-top: var(--theme-spacing-Full);
display: flex;
flex-direction: row;
flex-wrap: wrap;
}

.FilePreview-module__fileListHeader___30V9N {
flex: 1 1 100%;
margin-bottom: var(--theme-spacing-Full);
font-size: var(--theme-fontSize-base);
}

.FilePreview-module__thumb___3Pr8a {
display: inline-flex;
border-radius: 2px;
border: 1px solid #eaeaea;
margin-bottom: var(--theme-spacing-Half);
margin-right: var(--theme-spacing-Half);
width: 100px;
height: 100px;
padding: var(--theme-spacing-Quarter);
Expand All @@ -513,6 +497,7 @@
.FilePreview-module__thumbInner___IvQdB span {
margin-left: var(--theme-spacing-Half);
user-select: none;
word-break: break-all;
}

.FilePreview-module__img___8ejzf {
Expand Down Expand Up @@ -574,11 +559,11 @@
display: flex;
flex-direction: row;
flex-wrap: wrap;
gap: var(--theme-spacing-Full);
}

.PreviewSection-module__fileListHeader___1ztkM {
flex: 1 1 100%;
margin-bottom: var(--theme-spacing-Full);
font-size: var(--theme-fontSize-base);
}

Expand Down Expand Up @@ -1848,6 +1833,8 @@
background-color: #3f3f3f;
}

/* Hack to prevent module styles from adding a larger padding to the dropdown buttons than the components itself defines */

#media-ui-app [class*="_dropDown__btn"] {
padding-left: 0;
}
Expand Down
18 changes: 9 additions & 9 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.

18 changes: 9 additions & 9 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 82b6524

Please sign in to comment.