You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Drift/client/components/header/header.module.css

34 lines
453 B
CSS

.tabs {
flex: 1 1;
padding: 0 var(--gap);
}
.tabs .current {
border-bottom: 2px solid initial;
}
.tabs :global(.content) {
display: none;
}
@media only screen and (max-width: 600px) {
.tabs {
display: none;
}
}
.controls {
flex: 1 1;
display: flex;
align-items: center;
justify-content: flex-end;
}
.controls :global(.menu-toggle) {
display: flex;
align-items: center;
min-width: 40px;
height: 40px;
padding: 0;
}