Skip to content

Commit 277d722

Browse files
committed
blog: align lock/unlock icons with text; shrink Unlock to a pill button
1 parent 8435014 commit 277d722

1 file changed

Lines changed: 9 additions & 11 deletions

File tree

blog/2026-07-01-curtain-for-your-calendar.md

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -49,28 +49,26 @@ KashCal now has **App lock**. Turn it on, and opening the app throws up a curtai
4949
<img src="/img/icon-transparent.png" alt="KashCal app icon" width="72" height="72" />
5050
</div>
5151
<div style={{fontWeight: 600, fontSize: '1.25rem', marginTop: '1.1rem'}}>KashCal</div>
52-
<div style={{display: 'flex', alignItems: 'center', gap: '0.3rem', opacity: 0.62, fontSize: '0.85rem', lineHeight: 1, marginTop: '0.5rem'}}>
53-
<svg viewBox="0 -960 960 960" width="13" height="13" fill="currentColor" style={{display: 'block', flexShrink: 0}} aria-hidden="true">
52+
<div style={{display: 'flex', alignItems: 'center', gap: '0.35rem', opacity: 0.62, fontSize: '0.85rem', marginTop: '0.5rem'}}>
53+
<svg viewBox="0 -960 960 960" width="14" height="14" fill="currentColor" style={{display: 'block', flexShrink: 0, marginBottom: '2px'}} aria-hidden="true">
5454
<path d="M240-80q-33 0-56.5-23.5T160-160v-400q0-33 23.5-56.5T240-640h40v-80q0-83 58.5-141.5T480-920q83 0 141.5 58.5T680-720v80h40q33 0 56.5 23.5T800-560v400q0 33-23.5 56.5T720-80H240Zm240-200q33 0 56.5-23.5T560-360q0-33-23.5-56.5T480-440q-33 0-56.5 23.5T400-360q0 33 23.5 56.5T480-280ZM360-640h240v-80q0-50-35-85t-85-35q-50 0-85 35t-35 85v80Z" />
5555
</svg>
56-
Locked
56+
<span>Locked</span>
5757
</div>
5858
<div style={{flex: 1}}></div>
5959
<div style={{
60-
display: 'flex',
60+
display: 'inline-flex',
6161
alignItems: 'center',
6262
justifyContent: 'center',
6363
gap: '0.5rem',
64-
width: '100%',
65-
padding: '0.85rem 0',
66-
borderRadius: '25px',
64+
padding: '0.6rem 1.8rem',
65+
borderRadius: '999px',
6766
background: '#3a4a63',
6867
color: '#eef3f1',
6968
fontWeight: 600,
70-
fontSize: '0.95rem',
71-
lineHeight: 1,
69+
fontSize: '0.9rem',
7270
}}>
73-
<svg viewBox="0 0 24 24" width="17" height="17" fill="none" stroke="currentColor" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round" style={{display: 'block', flexShrink: 0}} aria-hidden="true">
71+
<svg viewBox="0 0 24 24" width="16" height="16" fill="none" stroke="currentColor" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round" style={{display: 'block', flexShrink: 0, marginBottom: '1px'}} aria-hidden="true">
7472
<path d="M2 12C2 6.5 6.5 2 12 2a10 10 0 0 1 8 4" />
7573
<path d="M5 19.5C5.5 18 6 15 6 12c0-.7.12-1.37.34-2" />
7674
<path d="M17.29 21.02c.12-.6.43-2.3.5-3.02" />
@@ -81,7 +79,7 @@ KashCal now has **App lock**. Turn it on, and opening the app throws up a curtai
8179
<path d="M21.8 16c.2-2 .131-5.354 0-6" />
8280
<path d="M9 6.8a6 6 0 0 1 9 5.2c0 .47 0 1.17-.02 2" />
8381
</svg>
84-
Unlock
82+
<span>Unlock</span>
8583
</div>
8684
</div>
8785
</div>

0 commit comments

Comments
 (0)