mirror of
https://github.com/thegeneralist01/archivr
synced 2026-07-21 18:55:36 +02:00
style: tighten article/tweet preview spacing
- aMeta padding: 14px → 10px - article title marginBottom: 10px → 8px - aAuthorRow marginBottom: 10px → 8px - bH1 top margin: 20px → 16px - bH2 top margin: 18px → 14px - bHr margin: 20px → 14px - .preview-tweet-wrap padding: 20px → 12px (already committed) More content visible above the fold in both modal and standalone views.
This commit is contained in:
parent
8755e2c503
commit
060dcfb531
3 changed files with 8 additions and 8 deletions
File diff suppressed because one or more lines are too long
|
|
@ -4,7 +4,7 @@
|
|||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title>Archivr</title>
|
||||
<script type="module" crossorigin src="/assets/index-DekfKifP.js"></script>
|
||||
<script type="module" crossorigin src="/assets/index-CGUwr6HO.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-Czw8P_Ze.css">
|
||||
</head>
|
||||
<body>
|
||||
|
|
|
|||
|
|
@ -164,7 +164,7 @@ const S = {
|
|||
maxHeight: '280px',
|
||||
},
|
||||
aMeta: {
|
||||
padding: '14px 14px 0',
|
||||
padding: '10px 14px 0',
|
||||
},
|
||||
aTweetTitle: {
|
||||
fontSize: '20px',
|
||||
|
|
@ -172,13 +172,13 @@ const S = {
|
|||
letterSpacing: '-0.3px',
|
||||
color: 'var(--ink)',
|
||||
lineHeight: '1.3',
|
||||
marginBottom: '10px',
|
||||
marginBottom: '8px',
|
||||
},
|
||||
aAuthorRow: {
|
||||
display: 'flex',
|
||||
alignItems: 'center',
|
||||
gap: '8px',
|
||||
marginBottom: '10px',
|
||||
marginBottom: '8px',
|
||||
},
|
||||
aAvatar: {
|
||||
width: '36px',
|
||||
|
|
@ -221,7 +221,7 @@ const S = {
|
|||
letterSpacing: '-0.4px',
|
||||
color: 'var(--ink)',
|
||||
lineHeight: '1.25',
|
||||
margin: '20px 0 8px',
|
||||
margin: '16px 0 6px',
|
||||
},
|
||||
bH2: {
|
||||
fontSize: '18px',
|
||||
|
|
@ -229,7 +229,7 @@ const S = {
|
|||
letterSpacing: '-0.2px',
|
||||
color: 'var(--ink)',
|
||||
lineHeight: '1.3',
|
||||
margin: '18px 0 6px',
|
||||
margin: '14px 0 4px',
|
||||
},
|
||||
bP: {
|
||||
fontSize: '15px',
|
||||
|
|
@ -253,7 +253,7 @@ const S = {
|
|||
bHr: {
|
||||
border: 'none',
|
||||
borderTop: '1px solid var(--line)',
|
||||
margin: '20px 0',
|
||||
margin: '14px 0',
|
||||
},
|
||||
bImg: {
|
||||
width: '100%',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue