mirror of
https://github.com/pbakaus/impeccable.git
synced 2026-09-12 06:06:37 +03:00
Increase sticky panel top offset for breathing room
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.5
parent
d7c8a5c67c
commit
517fcfe47e
@@ -163,9 +163,8 @@
|
||||
}
|
||||
.glass-terminal-wrapper {
|
||||
position: sticky;
|
||||
top: var(--spacing-lg);
|
||||
bottom: var(--spacing-lg);
|
||||
height: calc(100vh - var(--spacing-lg) * 2);
|
||||
top: var(--spacing-xl);
|
||||
height: calc(100vh - var(--spacing-xl) * 2);
|
||||
max-height: 800px;
|
||||
min-height: 500px;
|
||||
}
|
||||
|
||||
@@ -112,9 +112,8 @@
|
||||
/* Right: The Terminal Stack (Sticky) */
|
||||
.glass-terminal-wrapper {
|
||||
position: sticky;
|
||||
top: var(--spacing-lg);
|
||||
bottom: var(--spacing-lg);
|
||||
height: calc(100vh - var(--spacing-lg) * 2);
|
||||
top: var(--spacing-xl);
|
||||
height: calc(100vh - var(--spacing-xl) * 2);
|
||||
max-height: 800px;
|
||||
min-height: 500px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user