From 2ff8b7104a98f86063d6181d07ec75736d88c1c1 Mon Sep 17 00:00:00 2001 From: "nogafam.es Admin" Date: Wed, 17 Nov 2021 00:58:53 +0100 Subject: [PATCH] Preference icon fix + menu is now sticky --- .../mastodon/features/ui/components/navigation_panel.js | 2 +- app/javascript/styles/mastodon/components.scss | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/app/javascript/mastodon/features/ui/components/navigation_panel.js b/app/javascript/mastodon/features/ui/components/navigation_panel.js index f43268cf6..36fa9a483 100644 --- a/app/javascript/mastodon/features/ui/components/navigation_panel.js +++ b/app/javascript/mastodon/features/ui/components/navigation_panel.js @@ -19,7 +19,7 @@ const NavigationPanel = () => (
- +
diff --git a/app/javascript/styles/mastodon/components.scss b/app/javascript/styles/mastodon/components.scss index f133b6ed6..610dc17aa 100644 --- a/app/javascript/styles/mastodon/components.scss +++ b/app/javascript/styles/mastodon/components.scss @@ -2436,6 +2436,8 @@ a.account__display-name { } .columns-area__panels__pane.columns-area__panels__pane--start.columns-area__panels__pane--navigational { + position: sticky; + top: 0; min-width: inherit !important; .columns-area__panels__pane__inner {