summaryrefslogtreecommitdiff
path: root/source/features/infinite-scroll.css
diff options
context:
space:
mode:
authorGravatar Florent <cheap.glitch@gmail.com> 2022-01-21 13:54:35 +0100
committerGravatar GitHub <noreply@github.com> 2022-01-21 13:54:35 +0100
commite09f09a2849c04c7c710500bbcd00d21265d2deb (patch)
tree8bc070205a5a4d3104a2166624a572d363ad98ab /source/features/infinite-scroll.css
parent5805948f0f1e98a00be298b970411dcc15a2d9ee (diff)
downloadrefined-github-e09f09a2849c04c7c710500bbcd00d21265d2deb.tar.gz
refined-github-e09f09a2849c04c7c710500bbcd00d21265d2deb.tar.zst
refined-github-e09f09a2849c04c7c710500bbcd00d21265d2deb.zip
Clean up and stick sidebar footer in `infinite-scroll` (#5319)
Co-authored-by: Kid <git@xuann.wang>
Diffstat (limited to 'source/features/infinite-scroll.css')
-rw-r--r--source/features/infinite-scroll.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/features/infinite-scroll.css b/source/features/infinite-scroll.css
new file mode 100644
index 00000000..06ef5d2a
--- /dev/null
+++ b/source/features/infinite-scroll.css
@@ -0,0 +1,4 @@
+aside[aria-label='Explore'] > .footer {
+ position: sticky !important;
+ top: 24px;
+}