Improve compatability with pocket bird extension

This commit is contained in:
2026-04-27 10:08:26 -05:00
parent a45890d660
commit 93a3ae7bf0
2 changed files with 2 additions and 2 deletions

View File

@@ -666,5 +666,5 @@ h2 + .header-anchor {
grid-template-columns: repeat(var(--grid-columns), 1fr);
}
.hidden {
display: none;
display: none !important;
}