diff options
| author | HJ <30-hj@users.noreply.git.pleroma.social> | 2023-01-16 15:52:44 +0000 |
|---|---|---|
| committer | HJ <30-hj@users.noreply.git.pleroma.social> | 2023-01-16 15:52:44 +0000 |
| commit | d22b5bec57de6b978824fedc4253cbb8b3a117fd (patch) | |
| tree | 87d6386890d6e4ed9e3996e6c2e1c9d96ee74654 /src | |
| parent | 52e46fb3ebd285b08126610653b492c72c6e658a (diff) | |
| parent | bd58ccd3b6db00c98520987c42fdea40d8e8dd2f (diff) | |
Merge branch 'tusooa/mobile-margin' into 'develop'
Fix mobile layout margin
See merge request pleroma/pleroma-fe!1763
Diffstat (limited to 'src')
| -rw-r--r-- | src/App.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/App.scss b/src/App.scss index be5dce9d..1c4c8941 100644 --- a/src/App.scss +++ b/src/App.scss @@ -335,7 +335,7 @@ nav { .column { padding-top: 0; - margin-top: var(--navbar-height) 0 0 0; + margin: var(--navbar-height) 0 0 0; } .panel-heading, |
