Skip to content

Commit 3691278

Browse files
AmirMohammad CheraghaliAmirMohammad Cheraghali
authored andcommitted
fix: Adjust sequence track padding to avoid overlap with viewer guide
- Increased top padding of SequenceTrack header from pt-3 to pt-20 - Ensures sequence/atom bar content starts below the fixed viewer guide toggle button - Prevents UI overlap in the top-right corner
1 parent 4b03da3 commit 3691278

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/SequenceTrack.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ export const SequenceTrack: React.FC<SequenceTrackProps> = ({
160160
flex-col overflow-hidden`}>
161161

162162
{/* Header / Tabs - Compact Vertical */}
163-
<div className={`flex flex-col items-center pt-3 pb-2 gap-2 border-b ${isLightMode ? 'border-neutral-200 bg-white/50' : 'border-neutral-800 bg-black/50'} z-10 flex-shrink-0 backdrop-blur-md`}>
163+
<div className={`flex flex-col items-center pt-20 pb-2 gap-2 border-b ${isLightMode ? 'border-neutral-200 bg-white/50' : 'border-neutral-800 bg-black/50'} z-10 flex-shrink-0 backdrop-blur-md`}>
164164
<div className="flex items-center justify-center w-full" title={isAtomView ? "Atoms" : "Sequence"}>
165165
{isAtomView ? (
166166
<Atom size={16} className="text-yellow-500" />

0 commit comments

Comments
 (0)