chore(css): style tweaks for overflow

This commit is contained in:
Jacky Zhao
2025-04-05 11:38:50 -07:00
parent bb24cd13c7
commit ee8c1dc968
4 changed files with 17 additions and 23 deletions

View File

@ -238,6 +238,7 @@ a {
padding: 0;
& > * {
flex: 1;
max-height: 24rem;
}
& > .toc {
display: none;
@ -577,7 +578,7 @@ ol.overflow {
clear: both;
& > li.overflow-end {
height: 1rem;
height: 0.5rem;
margin: 0;
}