Skip to content

Commit

Permalink
TASK: Update assets
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebobo committed Jul 6, 2023
1 parent 8246c3d commit 4ec7fac
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 25 deletions.
25 changes: 15 additions & 10 deletions Resources/Public/AssetEditor/Plugin.css
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,8 @@
.AssetCollectionTree-module__assetCollectionTree___OqKzj {
border: 1px solid var(--theme-colors-border);
max-height: 600px;
overflow-y: auto;
display: flex;
flex-direction: column;
}

.AssetCollectionTree-module__assetCollectionTree___OqKzj > * {
Expand Down Expand Up @@ -1802,22 +1803,26 @@
grid-area: var(--grid-area-top);
}

#media-ui-app {
#media-ui-app > div {
scrollbar-width: thin;
scrollbar-color: var(--theme-colors-scrollbarForeground) var(--theme-colors-scrollbarBackground);
scrollbar-color: #999 transparent;
}

#media-ui-app > div ::-webkit-scrollbar {
width: 4px;
height: 4px;
}

#media-ui-app ::-webkit-scrollbar {
width: var(--theme-size-scrollbarSize);
height: var(--theme-size-scrollbarSize);
#media-ui-app > div ::-webkit-scrollbar-track {
background: transparent;
}

#media-ui-app ::-webkit-scrollbar-track {
background: var(--theme-colors-scrollbarBackground);
#media-ui-app > div ::-webkit-scrollbar-thumb {
background-color: #999;
}

#media-ui-app ::-webkit-scrollbar-thumb {
background-color: var(--theme-colors-scrollbarForeground);
#media-ui-app > div ::-webkit-scrollbar-corner {
background-color: #3f3f3f;
}

.neos.neos-module-management-mediaui > .neos-module-wrap {
Expand Down
10 changes: 4 additions & 6 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.

10 changes: 4 additions & 6 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 4ec7fac

Please sign in to comment.