mirror of
https://github.com/NyaaStudios/nyaabooru.git
synced 2025-12-10 05:42:58 +00:00
This commit is contained in:
parent
4c58b94f96
commit
13307bc7f4
3 changed files with 37 additions and 5 deletions
|
|
@ -34,6 +34,7 @@ wa-page[view='desktop'] {
|
|||
border-inline-end: var(--wa-border-width-s) var(--wa-border-style) var(--wa-color-surface-border);
|
||||
}
|
||||
|
||||
[slot*='subheader'],
|
||||
[slot*='navigation'],
|
||||
[slot*='navigation-header'],
|
||||
[slot*='navigation-footer']{
|
||||
|
|
@ -45,6 +46,10 @@ wa-page[view='mobile'] {
|
|||
[slot*='header'] {
|
||||
display: none;
|
||||
}
|
||||
[slot*='subheader'],
|
||||
[slot*='navigation-header'] {
|
||||
display: flex;
|
||||
}
|
||||
--menu-width: auto;
|
||||
--aside-width: auto;
|
||||
}
|
||||
|
|
@ -54,6 +59,21 @@ wa-page[view='mobile'] {
|
|||
--wa-color-text-link: var(--wa-color-text-normal);
|
||||
}
|
||||
|
||||
[slot*='subheader'] {
|
||||
border-block-end: var(--wa-border-width-s) var(--wa-border-style) var(--wa-color-surface-border);
|
||||
a {
|
||||
text-decoration: none;
|
||||
--wa-color-text-link: var(--wa-color-text-normal);
|
||||
}
|
||||
}
|
||||
|
||||
[slot*='navigation-header'] {
|
||||
a {
|
||||
text-decoration: none;
|
||||
--wa-color-text-link: var(--wa-color-text-normal);
|
||||
}
|
||||
}
|
||||
|
||||
[slot*='navigation-footer'] {
|
||||
border-block-start: var(--wa-border-width-s) var(--wa-border-style) var(--wa-color-surface-border);
|
||||
a {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue