add: profile and full search
This commit is contained in:
parent
b8b0ef7f21
commit
3e4ee8126a
52 changed files with 897 additions and 484 deletions
|
@ -755,6 +755,38 @@ select:focus {
|
|||
border-bottom-right-radius: var(--radius);
|
||||
}
|
||||
|
||||
.pillmenu:not(.rows) .row {
|
||||
display: contents;
|
||||
}
|
||||
|
||||
.pillmenu.rows {
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.pillmenu.rows .row {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.pillmenu.rows a {
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
.pillmenu.rows .row:first-of-type a:first-child {
|
||||
border-top-left-radius: var(--radius);
|
||||
}
|
||||
|
||||
.pillmenu.rows .row:first-of-type a:last-child {
|
||||
border-top-right-radius: var(--radius);
|
||||
}
|
||||
|
||||
.pillmenu.rows .row:last-of-type a:first-child {
|
||||
border-bottom-left-radius: var(--radius);
|
||||
}
|
||||
|
||||
.pillmenu.rows .row:last-of-type a:last-child {
|
||||
border-bottom-right-radius: var(--radius);
|
||||
}
|
||||
|
||||
@media screen and (max-width: 900px) {
|
||||
.pillmenu {
|
||||
/* convert into a sidemenu */
|
||||
|
@ -762,9 +794,9 @@ select:focus {
|
|||
}
|
||||
|
||||
.pillmenu a:first-child {
|
||||
border-bottom-left-radius: 0;
|
||||
border-top-left-radius: var(--radius);
|
||||
border-top-right-radius: var(--radius);
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
|
||||
.pillmenu a:last-child {
|
||||
|
@ -772,6 +804,17 @@ select:focus {
|
|||
border-bottom-left-radius: var(--radius);
|
||||
border-bottom-right-radius: var(--radius);
|
||||
}
|
||||
|
||||
.pillmenu.rows .row {
|
||||
display: contents;
|
||||
}
|
||||
|
||||
.pillmenu.rows .row:first-of-type a:first-child,
|
||||
.pillmenu.rows .row:first-of-type a:last-child,
|
||||
.pillmenu.rows .row:last-of-type a:first-child,
|
||||
.pillmenu.rows .row:last-of-type a:last-child {
|
||||
border-radius: 0;
|
||||
}
|
||||
}
|
||||
|
||||
/* notification */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue