diff --git a/changelog.html b/changelog.html
index 8f23d5e4..b346617a 100644
--- a/changelog.html
+++ b/changelog.html
@@ -1,4 +1,9 @@
-
+
+
+
+
diff --git a/src/modules/main_menu/components/home-page.vue b/src/modules/main_menu/components/home-page.vue
index 7812d386..60cd89ef 100644
--- a/src/modules/main_menu/components/home-page.vue
+++ b/src/modules/main_menu/components/home-page.vue
@@ -29,29 +29,24 @@
- Settings from the old version are not being imported.
- Settings cannot be searched.
- - FFZ badges do not display.
- - Oh god everything is missing.
+ - Emoji aren't displayed.
+ - The emote menu isn't finished.
+ - Tab-completion and advanced input isn't available.
And the biggest features still under development:
- - Dark Theme (Pls No Purple)
- - Badge Customization
- Emoji Rendering
- Emotes Menu
- Chat Filtering (Highlighted Words, etc.)
- Room Status Indicators
- Custom Mod Cards
- Custom Mod Actions
- - Chat Room Tabs
- Recent Highlights
- More Channel Metadata
- Disable Hosting
- Portrait Mode
- - Hiding stuff in the directory
- - Directory Host Stacking
- - Basically anything to do with the directory
- Importing and exporting settings
- User Aliases
- Rich Content in Chat (aka Clip Embeds)
diff --git a/src/sites/twitch-twilight/modules/css_tweaks/styles/minimal-navigation.scss b/src/sites/twitch-twilight/modules/css_tweaks/styles/minimal-navigation.scss
index 4d14a6f3..fb0668a4 100644
--- a/src/sites/twitch-twilight/modules/css_tweaks/styles/minimal-navigation.scss
+++ b/src/sites/twitch-twilight/modules/css_tweaks/styles/minimal-navigation.scss
@@ -1,10 +1,14 @@
.twilight-root {
- top: 1rem !important;
-
.top-nav {
z-index: 9999;
+ > div {
+ height: 5rem !important;
+ }
+
+ height: 1rem !important;
top: -4rem !important;
+
transition: top ease-in-out 75ms, bottom ease-in-out 75ms;
.tw-svg__asset--logotwitch {