this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Animation was still jumping on MacOS. Turns out it just needs line-height.

Signed-off-by: moderation <michael@sooper.org>

+1 -1
+1 -1
index.html
··· 4 4 <meta charset=utf-8> 5 5 <style> 6 6 body { padding: 0 0 0 30px; } 7 - div { font-family: "Maple Mono", "Berkeley Mono", monospace; font-size: 3.0vw; width: 64vw; height: 4.6vw; } 7 + div { font-family: "Maple Mono", "Berkeley Mono", monospace; font-size: 3.0vw; line-height: 4.6vw; } 8 8 </style> 9 9 <title>split</title> 10 10 </head>