WinslowFan Claude Opus 4.8 commited on
Commit
ac2f5da
·
1 Parent(s): ee5614e

Cap epitomic image width; let intro text fill wide screens

Browse files

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>

frontend/src/components/datasets/protein/ProteinDashboard.tsx CHANGED
@@ -333,7 +333,7 @@ export function ProteinDashboard() {
333
  {/* Brief database introduction — borderless, no frame */}
334
  <section className="px-1">
335
  <h1 className="text-2xl font-semibold text-slate-900">MuSProt — Multistate Protein Database</h1>
336
- <p className="mt-2 max-w-4xl text-slate-600 leading-relaxed">
337
  <span className="font-semibold text-slate-900">MuSProt</span> (Multistate Protein Database) is a
338
  million-scale multimodal database for multistate proteins, designed to support programmable protein
339
  design and AI model development. It links experimentally observed conformational states of identical
@@ -348,7 +348,7 @@ export function ProteinDashboard() {
348
  <img
349
  src="/api/protein/plots/epitomic.png?v=20260622"
350
  alt=""
351
- style={{ width: '100%', height: 'auto', display: 'block' }}
352
  />
353
 
354
  {/* Search Panel Full Width */}
 
333
  {/* Brief database introduction — borderless, no frame */}
334
  <section className="px-1">
335
  <h1 className="text-2xl font-semibold text-slate-900">MuSProt — Multistate Protein Database</h1>
336
+ <p className="mt-2 text-slate-600 leading-relaxed">
337
  <span className="font-semibold text-slate-900">MuSProt</span> (Multistate Protein Database) is a
338
  million-scale multimodal database for multistate proteins, designed to support programmable protein
339
  design and AI model development. It links experimentally observed conformational states of identical
 
348
  <img
349
  src="/api/protein/plots/epitomic.png?v=20260622"
350
  alt=""
351
+ style={{ width: '100%', maxWidth: '640px', height: 'auto', display: 'block', margin: '0 auto' }}
352
  />
353
 
354
  {/* Search Panel Full Width */}