fix(core): update

This commit is contained in:
Philipp Kunz 2023-09-08 18:20:22 +02:00
parent e1d05fcd80
commit a4c4a5dca2
2 changed files with 4 additions and 4 deletions

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@losslessone_private/lele-appui-catalog',
version: '1.0.78',
version: '1.0.79',
description: 'a catalog with app webcomponents'
}

View File

@ -50,7 +50,7 @@ export class DeapMaincontent extends DeesElement {
.topbar {
position: absolute;
width: 100%;
height: 80px;
height: 72px;
background: #000000;
user-select: none;
}
@ -67,14 +67,14 @@ export class DeapMaincontent extends DeesElement {
.topbar .tabsContainer {
display: grid;
margin-left: 24px;
font-size: 16px;
font-size: 14px;
}
.topbar .tabsContainer .tab {
color: #a0a0a0;
white-space: nowrap;
margin-right: 16px;
margin-top: 8px;
margin-top: 4px;
cursor: pointer;
transition: color 0.1s;
}