mirror of
https://gitlab.com/randompenguin/bookface.git
synced 2025-06-07 19:14:26 +02:00
hide horizontal rules for cleaner look
This commit is contained in:
parent
97815a46c3
commit
49e2ffc6e4
1 changed files with 6 additions and 5 deletions
|
@ -684,6 +684,9 @@
|
||||||
padding-left: 10px !important;
|
padding-left: 10px !important;
|
||||||
padding-right: 10px !important;
|
padding-right: 10px !important;
|
||||||
}
|
}
|
||||||
|
.media hr, aside hr, section hr {
|
||||||
|
border-color: var(--nav-bg);
|
||||||
|
}
|
||||||
/* keep mentions and tags from spilling out */
|
/* keep mentions and tags from spilling out */
|
||||||
#profile-page .label,
|
#profile-page .label,
|
||||||
#profile-page .label a,
|
#profile-page .label a,
|
||||||
|
@ -2887,9 +2890,7 @@ p.wall-item-announce,
|
||||||
padding-left: 10px !important;
|
padding-left: 10px !important;
|
||||||
padding-right: 10px !important;
|
padding-right: 10px !important;
|
||||||
}
|
}
|
||||||
.media hr,
|
.media hr, aside hr, section hr {
|
||||||
aside hr,
|
|
||||||
section hr {
|
|
||||||
border-color: var(--nav-bg);
|
border-color: var(--nav-bg);
|
||||||
}
|
}
|
||||||
/* keep mentions and tags from spilling out */
|
/* keep mentions and tags from spilling out */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue