fix: sidebar spacing and topics overflowing
This commit is contained in:
@ -32,6 +32,13 @@ const STYLES = `
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
/* On desktop, account for sidebar */
|
||||
@media (min-width: 768px) {
|
||||
.home-screen {
|
||||
padding-left: calc(17rem + 1.25rem);
|
||||
}
|
||||
}
|
||||
|
||||
/* ── Blobs ── */
|
||||
.h-blob { position: fixed; pointer-events: none; z-index: 0; filter: blur(48px); opacity: 0.35; }
|
||||
.h-blob-1 { width:240px;height:240px;background:#fde68a;top:-80px;left:-80px;border-radius:60% 40% 70% 30%/50% 60% 40% 50%;animation:hWobble1 14s ease-in-out infinite; }
|
||||
|
||||
Reference in New Issue
Block a user