mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
options_button is now webfont
This commit is contained in:
@@ -1749,8 +1749,8 @@
|
||||
<div id="dialogue_del_mes_cancel" class="menu_button">Cancel</div>
|
||||
</div>
|
||||
<form id="send_form">
|
||||
<div id="options_button">
|
||||
<div id="options">
|
||||
<div id="options_button" class="fa-solid fa-bars">
|
||||
<div id="options" class="font-family-reset">
|
||||
<div class="options-content">
|
||||
<a id="option_back_to_main">
|
||||
<div class="fa-solid fa-left-long "></div>
|
||||
|
@@ -305,15 +305,13 @@ code {
|
||||
transition: color .25s ease-in-out;
|
||||
padding-left: 10px;
|
||||
padding-top: 0;
|
||||
|
||||
font-size: 30px;
|
||||
}
|
||||
|
||||
#options_button:after {
|
||||
content: '\2630';
|
||||
text-decoration: none;
|
||||
font-size: calc(var(--mainFontSize) + .5rem);
|
||||
|
||||
|
||||
.font-family-reset {
|
||||
font-family: "Noto Sans", "Noto Color Emoji", sans-serif;
|
||||
font-size: var(--mainFontSize);
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
#options_button:hover {
|
||||
|
Reference in New Issue
Block a user