fix: various ui fixes, fix create tab

Co-authored-by: Alex Sparkes <turbomarshmello@gmail.com>
This commit is contained in:
David Ralph
2021-11-23 18:11:36 +00:00
parent f8ee23eb40
commit af2edeb737
8 changed files with 47 additions and 20 deletions

View File

@@ -90,6 +90,12 @@
margin: 10px;
border: 3px solid var(--tab-active);
display: flex;
flex-direction: column;
align-items: center;
align-content: center;
justify-content: center;
&:hover {
background: var(--tab-active);
cursor: pointer;
@@ -98,6 +104,10 @@
span {
font-size: 1rem;
}
svg {
font-size: 2.5em;
}
}
.auto {