about summary refs log tree commit diff
path: root/src/lib/styles.ts
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2023-05-02 23:29:16 -0500
committerGitHub <noreply@github.com>2023-05-02 23:29:16 -0500
commit2eb0d8c095b70b7ec39b7a1acbd126457dea9322 (patch)
tree0716126d7b599b6093708f70f1a47b9eb5c9e0c6 /src/lib/styles.ts
parent6f1c4ec9a9b5b7d0b4b67f3bc7c3af6810da5001 (diff)
downloadvoidsky-2eb0d8c095b70b7ec39b7a1acbd126457dea9322.tar.zst
[APP-611] Add nice date to expanded post view (#567)
* Add nice date to expanded post view

* Fix styles
Diffstat (limited to 'src/lib/styles.ts')
-rw-r--r--src/lib/styles.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/styles.ts b/src/lib/styles.ts
index 1ff2d520d..00a8638f9 100644
--- a/src/lib/styles.ts
+++ b/src/lib/styles.ts
@@ -122,12 +122,15 @@ export const s = StyleSheet.create({
   ml2: {marginLeft: 2},
   ml5: {marginLeft: 5},
   ml10: {marginLeft: 10},
+  ml20: {marginLeft: 20},
   mt2: {marginTop: 2},
   mt5: {marginTop: 5},
   mt10: {marginTop: 10},
+  mt20: {marginTop: 20},
   mb2: {marginBottom: 2},
   mb5: {marginBottom: 5},
   mb10: {marginBottom: 10},
+  mb20: {marginBottom: 20},
 
   // paddings
   p2: {padding: 2},