diff options
| author | Hunternif <hunternif@gmail.com> | 2022-10-02 03:25:10 +0100 |
|---|---|---|
| committer | Hunternif <hunternif@gmail.com> | 2022-10-02 04:18:27 +0100 |
| commit | a82fa8940158784285872434659b5cb7fb9b817a (patch) | |
| tree | d0ffd2795ef2bca181801f04aa83aef9f8031527 /client/css | |
| parent | bc44d8055bf3b65365bf5329a8a4ad4ac4177cfc (diff) | |
client,server: reverse search post by signature
Diffstat (limited to 'client/css')
| -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 5fa36c5..6b011f0 100644 --- a/client/css/post-main-view.styl +++ b/client/css/post-main-view.styl @@ -125,7 +125,7 @@ order: 2 margin-top: 1em - .relations, .similar + .relations, .similar, .lookalikes h1 margin-bottom: 0.5em .thumbnail |