fix(core): update

This commit is contained in:
Philipp Kunz 2023-04-07 23:46:08 +02:00
parent d843f27fd3
commit aa0c63d569
2 changed files with 2 additions and 2 deletions

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@designestate/dees-catalog',
version: '1.0.163',
version: '1.0.164',
description: 'website for lossless.com'
}

View File

@ -61,7 +61,7 @@ export class DeesDataviewStatusobject extends DeesElement {
cssManager.defaultStyles,
css`
.mainbox {
max-width: 600px;
overflow: auto;
border-radius: 3px;
background: ${cssManager.bdTheme('#fff', '#1b1b1b')};
box-shadow: 0px 1px 3px #00000030;