fix: search
This commit is contained in:
@@ -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%;
|
||||
|
||||
Reference in New Issue
Block a user