diff options
| author | Hunternif <hunternif@gmail.com> | 2025-02-15 18:12:57 +0000 |
|---|---|---|
| committer | Hunternif <hunternif@gmail.com> | 2025-02-15 18:12:57 +0000 |
| commit | 6a5300502df8b4de9c8f269b444cd309f02b28ad (patch) | |
| tree | 0cf2ba56bce802c94ad324f9eda7a31d37a42e2e /client/css/post-main-view.styl | |
| parent | 34e7c883808738871aed371948a3c9896a95905c (diff) | |
| parent | 376f687c386f65522b2f65e98b998b21af26ee29 (diff) | |
Merge branch 'master' into hunternif
Diffstat (limited to 'client/css/post-main-view.styl')
| -rw-r--r-- | client/css/post-main-view.styl | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/client/css/post-main-view.styl b/client/css/post-main-view.styl index a257b15..0ff29ec 100644 --- a/client/css/post-main-view.styl +++ b/client/css/post-main-view.styl @@ -15,7 +15,7 @@ border: 0 outline: 0 - nav.buttons + >.sidebar>nav.buttons, >.content nav.buttons margin-top: 0 display: flex flex-wrap: wrap @@ -53,8 +53,11 @@ .post-content margin: 0 + .after-mobile-controls + width: 100% + .darktheme .post-view - >.sidebar + >.sidebar, >.content nav.buttons article a:not(.inactive):hover @@ -64,6 +67,8 @@ @media (max-width: 800px) .post-view flex-wrap: wrap + >.after-mobile-controls + order: 3 >.sidebar order: 2 min-width: 100% @@ -127,7 +132,6 @@ h1 margin-bottom: 0.5em .thumbnail - background-position: 50% 30% width: 4em height: 3em li |