mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Hide options menu on load
This commit is contained in:
@@ -3201,7 +3201,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- popups live outside sheld to avoid blur conflicts -->
|
<!-- popups live outside sheld to avoid blur conflicts -->
|
||||||
<div id="options" class="font-family-reset">
|
<div id="options" class="font-family-reset" style="display: none;">
|
||||||
<div class="options-content">
|
<div class="options-content">
|
||||||
<a id="option_back_to_main">
|
<a id="option_back_to_main">
|
||||||
<i class="fa-lg fa-solid fa-left-long"></i>
|
<i class="fa-lg fa-solid fa-left-long"></i>
|
||||||
|
@@ -4527,4 +4527,4 @@ body.waifuMode #avatar_zoom_popup {
|
|||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user