smaller ui-tabs

This commit is contained in:
2022-05-25 11:02:08 +02:00
parent 2fea14d9cb
commit ae167d0227
2 changed files with 3 additions and 4 deletions
@@ -116,7 +116,7 @@
{
padding: var(--padding) var(--padding) 0;
margin-bottom: calc(var(--padding) * -1);
height: 58px;
//height: 50px;
display: flex;
}
@@ -135,8 +135,8 @@
{
display: inline-flex;
align-items: center;
height: 58px;
padding: 0 var(--padding);
height: 50px;
padding: 0 var(--padding-m);
font-size: var(--font-size);
color: var(--color-text);
position: relative;
@@ -78,7 +78,6 @@
{
this.items = this.items && !Array.isArray(this.items) ? [this.items] : [];
}
console.info(this.items);
},
onChange()