button/chat fixes (#21)

This commit is contained in:
Jordan Vidrine
2025-03-06 13:20:12 -06:00
committed by GitHub
parent 328b8cbab5
commit 7d53fe08ce
2 changed files with 5 additions and 2 deletions
+1
View File
@@ -31,6 +31,7 @@ body.has-full-page-chat {
margin-bottom: var(--spacing-block-xs);
font-size: var(--font-up-1);
border-radius: var(--d-border-radius);
border-bottom: none;
&:hover {
background-color: var(--d-sidebar-active-background);
}