add: user links and location
This commit is contained in:
parent
5fafc8d7b9
commit
140a11ff72
18 changed files with 442 additions and 222 deletions
|
@ -1256,6 +1256,11 @@ details summary::-webkit-details-marker {
|
|||
display: none;
|
||||
}
|
||||
|
||||
details summary.button {
|
||||
height: max-content;
|
||||
justify-content: start;
|
||||
}
|
||||
|
||||
details[open] > summary {
|
||||
position: relative;
|
||||
color: var(--color-text-lowered) !important;
|
||||
|
@ -1288,7 +1293,7 @@ details.accordion {
|
|||
details.accordion summary {
|
||||
background: var(--color-lowered);
|
||||
border-radius: var(--radius);
|
||||
padding: var(--pad-3) var(--pad-4);
|
||||
padding: var(--pad-3) var(--pad-4) !important;
|
||||
margin: 0;
|
||||
width: 100%;
|
||||
user-select: none;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue