diff --git a/src/styles/components/reader.css b/src/styles/components/reader.css index 0c43527f..729e5b70 100644 --- a/src/styles/components/reader.css +++ b/src/styles/components/reader.css @@ -17,7 +17,7 @@ min-width: 400px; /* Minimum width */ max-width: 1000px; /* Maximum width */ aspect-ratio: 16/9; - margin: 0 0 1rem 0; /* Remove left/right margins, keep bottom margin */ + margin: 0 -0.75rem 1rem -0.75rem; /* Negative margins to counteract reader padding */ background: #000; } .reader.empty { color: #888; }