client: remove unused header CSS

This commit is contained in:
Max Leiter 2022-03-10 19:52:33 -08:00
parent f17ef649b9
commit 4bdd5435ce
No known key found for this signature in database
GPG key ID: A3512F2F2F17EBDA

View file

@ -3,14 +3,6 @@
padding: 0 var(--gap);
}
.current {
padding-top: 100px !important;
}
.tabs .content {
display: none;
}
.mobile {
position: relative;
z-index: 2;
@ -49,8 +41,3 @@
justify-content: space-between;
align-items: center;
}
.selectContent :global(svg) {
margin-right: 10px;
margin-left: 2px;
}