feature: require invites
This commit is contained in:
parent
8b70172493
commit
a3302d2eff
22 changed files with 385 additions and 482 deletions
|
|
@ -35,6 +35,7 @@
|
|||
justify-content: space-between;
|
||||
align-items: flex-start;
|
||||
min-height: inherit;
|
||||
background: inherit;
|
||||
}
|
||||
|
||||
.tabs::before,
|
||||
|
|
@ -48,6 +49,7 @@
|
|||
}
|
||||
|
||||
.tab {
|
||||
background: inherit;
|
||||
}
|
||||
|
||||
.tab-switch {
|
||||
|
|
@ -83,6 +85,9 @@
|
|||
border-top: 1px solid var(--border-subtle);
|
||||
margin-top: 1px;
|
||||
overflow-y: scroll;
|
||||
visibility: hidden;
|
||||
display: none;
|
||||
background: inherit;
|
||||
}
|
||||
|
||||
.tab-switch,
|
||||
|
|
@ -99,6 +104,8 @@
|
|||
.tab-switch:checked + label + .tab-content {
|
||||
z-index: 2;
|
||||
opacity: 1;
|
||||
visibility: visible;
|
||||
display: block;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 800px) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue