mirror of
https://github.com/fmhy/edit.git
synced 2026-02-05 02:31:07 +11:00
Hides filter from sidebar
This commit is contained in:
parent
54b8a8d4cd
commit
70c913aeca
1 changed files with 8 additions and 0 deletions
|
|
@ -10,3 +10,11 @@ html.dark ul.flex-col > li > a > svg {
|
||||||
:not(html.dark) ul.flex-col > li > a > svg {
|
:not(html.dark) ul.flex-col > li > a > svg {
|
||||||
color: rgb(47 51 72/var(--tw-text-opacity));
|
color: rgb(47 51 72/var(--tw-text-opacity));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Hide filter from sidebar */
|
||||||
|
div.left-0:nth-child(2) {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
aside ul:nth-child(3) {
|
||||||
|
margin-top: 1em;
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue