diff options
| author | Hunternif | 2021-08-31 04:40:21 +0100 |
|---|---|---|
| committer | Hunternif | 2021-08-31 04:57:15 +0100 |
| commit | a101253c5ef8b34888a0810a18fee141a66126c6 (patch) | |
| tree | 73a57d56c14af33883d08f7524ac8712fc2469e3 /client/css/post-main-view.styl | |
| parent | 52205093803136cb64592cbbe12a2723a910d349 (diff) | |
client: add list of similar posts to post sidebar
Diffstat (limited to 'client/css/post-main-view.styl')
| -rw-r--r-- | client/css/post-main-view.styl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/css/post-main-view.styl b/client/css/post-main-view.styl index aa4a5fd..cb1f018 100644 --- a/client/css/post-main-view.styl +++ b/client/css/post-main-view.styl @@ -124,7 +124,7 @@ order: 2 margin-top: 1em - .relations + .relations, .similar margin-top: 2em h1 margin-bottom: 0.5em |