Make home aside webrings list collapsable.

This commit is contained in:
天クマ 2026-07-10 13:35:10 -03:00
commit c6ef4ff68c
5 changed files with 64 additions and 26 deletions

View file

@ -925,6 +925,17 @@ header div:first-child {
height: fit-content;
}
#homeWebrings.less {
max-height: 30em;
overflow: hidden;
--mask: linear-gradient(to bottom,
rgba(0,0,0, 1) 0, rgba(0,0,0, 1) 85%,
rgba(0,0,0, 0) 95%, rgba(0,0,0, 0) 0
) 100% 50% / 100% 100% repeat-x;
-webkit-mask: var(--mask);
mask: var(--mask);
}
#homeBlog p {
overflow: hidden;
display: -webkit-box;