add: outbox tab on profile
tab is only visible to profile owner and mods
This commit is contained in:
parent
5dec98d698
commit
7bda718082
12 changed files with 264 additions and 9 deletions
|
@ -1292,10 +1292,25 @@ details summary::-webkit-details-marker {
|
|||
}
|
||||
|
||||
details[open] summary {
|
||||
background: hsla(var(--color-primary-hsl), 25%);
|
||||
position: relative;
|
||||
color: var(--color-primary);
|
||||
background: var(--color-super-lowered);
|
||||
margin-bottom: 0.25rem;
|
||||
}
|
||||
|
||||
details[open] summary::after {
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 5px;
|
||||
content: "";
|
||||
height: 100%;
|
||||
position: absolute;
|
||||
background: var(--color-primary);
|
||||
border-top-left-radius: var(--radius);
|
||||
border-bottom-left-radius: var(--radius);
|
||||
animation: fadein ease-in-out 1 0.1s forwards running;
|
||||
}
|
||||
|
||||
details .card {
|
||||
background: var(--color-super-raised);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue