diff options
| author | Hunternif <hunternif@gmail.com> | 2025-02-15 21:08:48 +0000 |
|---|---|---|
| committer | Hunternif <hunternif@gmail.com> | 2025-02-15 21:20:46 +0000 |
| commit | bee80ce9e954050976ab2af3609abda7aadf700c (patch) | |
| tree | f1a5e85cfb26d863de2c428ab90ca141dfe506e8 /client/css | |
| parent | e4a3efa879270a8b41e9a9921aa4ad8e4abb06ca (diff) | |
client: fix post navigation buttons style
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 00f502f..fb03c4c 100644 --- a/client/css/post-main-view.styl +++ b/client/css/post-main-view.styl @@ -15,7 +15,7 @@ border: 0 outline: 0 - >.sidebar>nav.buttons, >.content nav.buttons + nav.buttons margin-top: 0 display: flex flex-wrap: wrap |