search lol
This commit is contained in:
@ -476,6 +476,11 @@ html, body {
|
||||
font-size: 14px;
|
||||
height: 100%;
|
||||
}
|
||||
@supports (-moz-appearance:none) {
|
||||
html, body {
|
||||
height: auto !important;
|
||||
}
|
||||
}
|
||||
|
||||
.noscript-badge {
|
||||
display: block;
|
||||
@ -571,6 +576,7 @@ div#posts > a:hover::after {
|
||||
}
|
||||
|
||||
.navbar {
|
||||
position: -webkit-sticky;
|
||||
position: sticky;
|
||||
top: 0;
|
||||
padding: 0;
|
||||
@ -1533,7 +1539,6 @@ table.table {
|
||||
min-width: max-content;
|
||||
}
|
||||
table.table thead tr {
|
||||
text-align: left;
|
||||
font-weight: bolder;
|
||||
border-bottom: 1px solid var(--accent);
|
||||
}
|
||||
@ -1542,6 +1547,7 @@ table.table tr {
|
||||
}
|
||||
table.table th, table.table td {
|
||||
padding: 7px 15px;
|
||||
text-align: center;
|
||||
}
|
||||
table.table tbody tr:nth-of-type(odd) {
|
||||
background-color: var(--badge-tag);
|
||||
|
Reference in New Issue
Block a user