💄 New UI polishing

This commit is contained in:
alonso.torres 2023-11-15 16:49:10 +01:00 committed by Eva
parent fe1a433440
commit 71d622bdae
16 changed files with 84 additions and 47 deletions

View file

@ -14,10 +14,13 @@
.tab-container-content {
overflow-y: auto;
overflow-x: hidden;
display: flex;
flex-direction: column;
}
.tab-element {
height: fit-content;
flex: 1;
height: 100%;
}
}
.tab-container-tabs {