mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Fix dice dropdown not being visible
This commit is contained in:
@ -27,8 +27,7 @@ async function setImageIcon() {
|
|||||||
async function setSpinnerIcon() {
|
async function setSpinnerIcon() {
|
||||||
try {
|
try {
|
||||||
const sendButton = document.getElementById('send_picture');
|
const sendButton = document.getElementById('send_picture');
|
||||||
sendButton.style.backgroundImage = `url('/img/spinner-solid.svg')`;
|
sendButton.style.backgroundImage = `url('/img/hourglass-half-solid.svg')`;
|
||||||
sendButton.classList.add('spin');
|
|
||||||
}
|
}
|
||||||
catch (error) {
|
catch (error) {
|
||||||
console.log(error);
|
console.log(error);
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 1px;
|
padding: 1px;
|
||||||
background: no-repeat;
|
background: no-repeat;
|
||||||
background-size: 26px auto;
|
background-size: 24px 24px;
|
||||||
background-position: center center;
|
background-position: center center;
|
||||||
outline: none;
|
outline: none;
|
||||||
border: none;
|
border: none;
|
||||||
|
@ -238,7 +238,6 @@ code {
|
|||||||
background-position: center;
|
background-position: center;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
overflow: hidden;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#send_but {
|
#send_but {
|
||||||
|
Reference in New Issue
Block a user