diff options
| author | Henry Jameson <me@hjkos.com> | 2022-04-10 20:18:54 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2022-04-10 20:18:54 +0300 |
| commit | 3e1b40ce29feae8ab2b13da35eece15df8a7697c (patch) | |
| tree | 59ad1c2282c8845d60336dbb7c60cfb2536625aa /src/App.scss | |
| parent | 0f28c28760f7a8615da18630fa49ff963d3f7533 (diff) | |
fix new post button not working day1, minor stylistic fixes
Diffstat (limited to 'src/App.scss')
| -rw-r--r-- | src/App.scss | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/App.scss b/src/App.scss index e65f3b2a..c8470c8a 100644 --- a/src/App.scss +++ b/src/App.scss @@ -222,6 +222,12 @@ nav { } } + &.-has-new-post-button { + .column { + padding-bottom: 20em; + } + } + &.-no-sticky-headers { .column { .panel-heading.-sticky { |
