Unhide bookmark button

This commit is contained in:
SillyLossy
2023-06-02 23:49:57 +03:00
parent 6fec40d543
commit 15d88d3df2
2 changed files with 4 additions and 2 deletions

View File

@@ -2701,12 +2701,12 @@
<div class="extraMesButtonsHint fa-solid fa-ellipsis"></div>
<div class="extraMesButtons">
<div title="Translate message" class="mes_translate fa-solid fa-language"></div>
<div title="Open bookmark chat" class="mes_bookmark fa-solid fa-bookmark"></div>
<div title="Generate Image" class="sd_message_gen fa-solid fa-paintbrush"></div>
<div title="Narrate" class="mes_narrate fa-solid fa-bullhorn"></div>
<div title="Prompt" class="mes_prompt fa-solid fa-square-poll-horizontal "></div>
<div title="Copy" class="mes_copy fa-solid fa-copy "></div>
</div>
<div title="Open bookmark chat" class="mes_bookmark fa-solid fa-bookmark"></div>
<div title="Edit" class="mes_edit fa-solid fa-pencil "></div>
</div>
<div class="mes_edit_buttons">

View File

@@ -2310,6 +2310,7 @@ input[type="range"]::-webkit-slider-thumb {
}
.mes_buttons .mes_edit,
.mes_buttons .mes_bookmark,
.extraMesButtonsHint,
.extraMesButtons div {
cursor: pointer;
@@ -2319,6 +2320,7 @@ input[type="range"]::-webkit-slider-thumb {
}
.mes_buttons .mes_edit:hover,
.mes_buttons .mes_bookmark:hover,
.extraMesButtonsHint:hover,
.extraMesButtons div:hover {
opacity: 1;
@@ -4498,4 +4500,4 @@ body.waifuMode #avatar_zoom_popup {
overflow-y: auto;
overflow-x: hidden;
}
}
}