mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-07-28 05:28:30 +00:00
Fix Minimize Navigation. Update the outdated home page of the menu.
This commit is contained in:
parent
8ba8e054a5
commit
95933dc649
3 changed files with 15 additions and 11 deletions
|
@ -1,4 +1,9 @@
|
||||||
<div class="list-header">4.0.0-beta1.6<span>@c643fcdd1cb8343964c3</span> <time datetime="2018-03-03">(2018-03-03)</time></div>
|
<div class="list-header">4.0.0-beta1.6<span>@0a9fd7bd2f3805c7acc9</span> <time datetime="2018-03-07">(2018-03-07)</time></div>
|
||||||
|
<ul class="chat-menu-content menu-side-padding">
|
||||||
|
<li>Fixed: Gap at the top of the page with Minimize Navigation enabled.</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<div class="list-header">4.0.0-beta1.6<span>@a5ecaae56ffd500ab715</span> <time datetime="2018-03-03">(2018-03-03)</time></div>
|
||||||
<ul class="chat-menu-content menu-side-padding">
|
<ul class="chat-menu-content menu-side-padding">
|
||||||
<li>Changed: Add an error handler to the chat scroller, along with alternative rendering when there is an error. This will hopefully stop chat breaking without automatically recovering.</li>
|
<li>Changed: Add an error handler to the chat scroller, along with alternative rendering when there is an error. This will hopefully stop chat breaking without automatically recovering.</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
|
@ -29,29 +29,24 @@
|
||||||
<ul class="tw-mg-b-2">
|
<ul class="tw-mg-b-2">
|
||||||
<li>Settings from the old version are not being imported.</li>
|
<li>Settings from the old version are not being imported.</li>
|
||||||
<li>Settings cannot be searched.</li>
|
<li>Settings cannot be searched.</li>
|
||||||
<li>FFZ badges do not display.</li>
|
<li>Emoji aren't displayed.</li>
|
||||||
<li>Oh god everything is missing.</li>
|
<li>The emote menu isn't finished.</li>
|
||||||
|
<li>Tab-completion and advanced input isn't available.</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<p>And the biggest features still under development:</p>
|
<p>And the biggest features still under development:</p>
|
||||||
|
|
||||||
<ul class="tw-mg-b-2">
|
<ul class="tw-mg-b-2">
|
||||||
<li>Dark Theme (Pls No Purple)</li>
|
|
||||||
<li>Badge Customization</li>
|
|
||||||
<li>Emoji Rendering</li>
|
<li>Emoji Rendering</li>
|
||||||
<li>Emotes Menu</li>
|
<li>Emotes Menu</li>
|
||||||
<li>Chat Filtering (Highlighted Words, etc.)</li>
|
<li>Chat Filtering (Highlighted Words, etc.)</li>
|
||||||
<li>Room Status Indicators</li>
|
<li>Room Status Indicators</li>
|
||||||
<li>Custom Mod Cards</li>
|
<li>Custom Mod Cards</li>
|
||||||
<li>Custom Mod Actions</li>
|
<li>Custom Mod Actions</li>
|
||||||
<li>Chat Room Tabs</li>
|
|
||||||
<li>Recent Highlights</li>
|
<li>Recent Highlights</li>
|
||||||
<li>More Channel Metadata</li>
|
<li>More Channel Metadata</li>
|
||||||
<li>Disable Hosting</li>
|
<li>Disable Hosting</li>
|
||||||
<li>Portrait Mode</li>
|
<li>Portrait Mode</li>
|
||||||
<li>Hiding stuff in the directory</li>
|
|
||||||
<li>Directory Host Stacking</li>
|
|
||||||
<li>Basically anything to do with the directory</li>
|
|
||||||
<li>Importing and exporting settings</li>
|
<li>Importing and exporting settings</li>
|
||||||
<li>User Aliases</li>
|
<li>User Aliases</li>
|
||||||
<li>Rich Content in Chat (aka Clip Embeds)</li>
|
<li>Rich Content in Chat (aka Clip Embeds)</li>
|
||||||
|
|
|
@ -1,10 +1,14 @@
|
||||||
.twilight-root {
|
.twilight-root {
|
||||||
top: 1rem !important;
|
|
||||||
|
|
||||||
.top-nav {
|
.top-nav {
|
||||||
z-index: 9999;
|
z-index: 9999;
|
||||||
|
|
||||||
|
> div {
|
||||||
|
height: 5rem !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
height: 1rem !important;
|
||||||
top: -4rem !important;
|
top: -4rem !important;
|
||||||
|
|
||||||
transition: top ease-in-out 75ms, bottom ease-in-out 75ms;
|
transition: top ease-in-out 75ms, bottom ease-in-out 75ms;
|
||||||
|
|
||||||
.tw-svg__asset--logotwitch {
|
.tw-svg__asset--logotwitch {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue