1
Fork 0

remove borders from child page list

This commit is contained in:
リキ萌 2025-01-18 23:31:38 +01:00
parent 3020b7f3e6
commit 8e9c96a2dc

View file

@ -400,11 +400,16 @@ th-bd {
/* Children containers */
.tree li.child-pages {
/* I experimented with borders a bit but found them a bit ugly.
Therefore, the listing is currently not separated from the main page anyhow.
This should change once we have search bars. */
/*
margin-top: 0.8rem;
padding-top: 0.8rem;
padding-bottom: 0.8rem;
border-top: 0.1rem solid var(--border-1);
border-bottom: 0.1rem solid var(--border-1);
*/
& > ul {
/* Show child page lists without an indent.