mirror of
https://github.com/kennethreitz/interpretations.git
synced 2026-06-05 23:00:19 +00:00
Website: sticky oscilloscope — stays on screen when scrolling
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
+10
-4
@@ -260,15 +260,21 @@
|
||||
|
||||
/* Oscilloscope */
|
||||
.visualizer-wrap {
|
||||
max-width: 700px;
|
||||
margin: 0 auto;
|
||||
padding: 0 20px;
|
||||
position: sticky;
|
||||
top: 0;
|
||||
z-index: 50;
|
||||
background: #0a0a0a;
|
||||
max-width: 100%;
|
||||
padding: 8px 20px;
|
||||
border-bottom: 1px solid #1a1a1a;
|
||||
}
|
||||
|
||||
#oscilloscope {
|
||||
width: 100%;
|
||||
height: 80px;
|
||||
height: 60px;
|
||||
display: block;
|
||||
max-width: 700px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
/* Streaming links */
|
||||
|
||||
Reference in New Issue
Block a user