this repo has no description
0
fork

Configure Feed

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

My math not mathing

+3 -1
+3 -1
src/components/shortcuts.css
··· 61 61 --compose-button-width: 56px; 62 62 --tmp-inset-sides: max(var(--sai-left), var(--sai-right), 16px); 63 63 --tmp-inset-bottom: max(16px, var(--sai-bottom)); 64 - --tmp-inset-new: calc(var(--tmp-inset-sides) + var(--tmp-inset-bottom) / 2.4); 64 + --tmp-inset-new: calc( 65 + (var(--tmp-inset-sides) + var(--tmp-inset-bottom)) / 2.4 66 + ); 65 67 --inset-new: var(--tmp-inset-new); 66 68 } 67 69