diff options
| author | Hunternif | 2019-04-22 22:25:45 +0700 |
|---|---|---|
| committer | Hunternif | 2019-04-22 22:25:45 +0700 |
| commit | 220373c3a0b315d78b912fb4b4c52bf345290839 (patch) | |
| tree | d0ed11df8c0e6d414e34378a1a6e8a5236959ab5 /client/css/post-main-view.styl | |
| parent | 998f1a58b49130203400b996fa413b16ccf6df05 (diff) | |
client: fix comments margin on mobile
Diffstat (limited to 'client/css/post-main-view.styl')
| -rw-r--r-- | client/css/post-main-view.styl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client/css/post-main-view.styl b/client/css/post-main-view.styl index 38d2a17..aa281d7 100644 --- a/client/css/post-main-view.styl +++ b/client/css/post-main-view.styl @@ -59,6 +59,8 @@ margin-right: 0 >.content order: 1 + .comment-container + margin-top: 2em .post-view .readonly-sidebar |