diff options
author | Claire <claire.github-309c@sitedethib.com> | 2022-05-08 21:45:59 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-08 21:45:59 +0200 |
commit | e8b8ac8908c6623f0fd7ffccc7de3882a773b72f (patch) | |
tree | 14c554ab68d0f1ab29f2862afb2f306da2127323 /app/javascript/flavours/glitch/styles | |
parent | d7eae4229c3a0b5dd783888953004cfd9777cffd (diff) | |
parent | dc1685c1e65cd6a2c176fe4a50a92fbc468f3b75 (diff) |
Merge pull request #1766 from ClearlyClaire/glitch-soc/merge-upstream
Merge upstream changes
Diffstat (limited to 'app/javascript/flavours/glitch/styles')
-rw-r--r-- | app/javascript/flavours/glitch/styles/components/single_column.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/javascript/flavours/glitch/styles/components/single_column.scss b/app/javascript/flavours/glitch/styles/components/single_column.scss index db510f1f4..ba43e7f29 100644 --- a/app/javascript/flavours/glitch/styles/components/single_column.scss +++ b/app/javascript/flavours/glitch/styles/components/single_column.scss @@ -233,6 +233,10 @@ .columns-area__panels__pane--compositional { display: none; } + + .with-fab .scrollable .item-list:last-child { + padding-bottom: 5.25rem; + } } @media screen and (min-width: 600px + (285px * 1) + (10px * 1)) { |