fix: site url icon size (#1042)

This commit is contained in:
Daniel Lautzenheiser 2024-01-04 10:06:58 -05:00 committed by GitHub
parent 40d697cac2
commit e738a9738b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -91,6 +91,9 @@
.CMS_Navbar_site-url-icon {
color: var(--text-secondary);
@apply h-6
w-6;
}
.CMS_Navbar_quick-create {