fix: search

This commit is contained in:
eneller
2025-03-20 21:46:53 +01:00
parent c1f813d70c
commit c728f65e73
3 changed files with 9 additions and 2 deletions

View File

@@ -42,6 +42,10 @@ small{
border-color: var(--bg-acc);
box-shadow: var(--bg-acc) 2px 2px;
}
table, tr{
/* make table not resize when elements are hidden by searching */
width: 100%;
}
th{
text-align: left;
}
@@ -65,6 +69,7 @@ a:hover, a:any-link{
color: inherit;
}
.table-link{
/* TODO fix links with no title/content being almost unclickable */
display: block;
width: 100%;
height: 100%;