mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Clean-up wand menu styles
This commit is contained in:
@@ -2,27 +2,6 @@
|
|||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
#sd_gen {
|
|
||||||
/*order: 100;
|
|
||||||
width: 40px;
|
|
||||||
height: 40px;
|
|
||||||
margin: 0;
|
|
||||||
padding: 1px; */
|
|
||||||
outline: none;
|
|
||||||
border: none;
|
|
||||||
cursor: pointer;
|
|
||||||
transition: 0.3s;
|
|
||||||
opacity: 0.7;
|
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
/* justify-content: center; */
|
|
||||||
}
|
|
||||||
|
|
||||||
#sd_gen:hover {
|
|
||||||
opacity: 1;
|
|
||||||
filter: brightness(1.2);
|
|
||||||
}
|
|
||||||
|
|
||||||
#sd_dropdown {
|
#sd_dropdown {
|
||||||
z-index: 30000;
|
z-index: 30000;
|
||||||
backdrop-filter: blur(--SmartThemeBlurStrength);
|
backdrop-filter: blur(--SmartThemeBlurStrength);
|
||||||
|
@@ -1,35 +1,3 @@
|
|||||||
#tts_media_control {
|
|
||||||
/* order: 100; */
|
|
||||||
/* width: 40px;
|
|
||||||
height: 40px;
|
|
||||||
margin: 0;
|
|
||||||
padding: 1px; */
|
|
||||||
outline: none;
|
|
||||||
border: none;
|
|
||||||
cursor: pointer;
|
|
||||||
/* transition: 0.3s;
|
|
||||||
opacity: 0.7; */
|
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
/* justify-content: center; */
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
#ttsExtensionMenuItem {
|
|
||||||
transition: 0.3s;
|
|
||||||
opacity: 0.7;
|
|
||||||
}
|
|
||||||
|
|
||||||
#ttsExtensionMenuItem:hover {
|
|
||||||
opacity: 1;
|
|
||||||
filter: brightness(1.2);
|
|
||||||
}
|
|
||||||
|
|
||||||
#tts_media_control:hover {
|
|
||||||
opacity: 1;
|
|
||||||
filter: brightness(1.2);
|
|
||||||
}
|
|
||||||
|
|
||||||
.voice_preview {
|
.voice_preview {
|
||||||
margin: 0.25rem 0.5rem;
|
margin: 0.25rem 0.5rem;
|
||||||
display: flex;
|
display: flex;
|
||||||
@@ -102,7 +70,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.at-endpoint-option {
|
.at-endpoint-option {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
margin: 0 10px;
|
margin: 0 10px;
|
||||||
margin-right: 25px;
|
margin-right: 25px;
|
||||||
width: 38%;
|
width: 38%;
|
||||||
@@ -112,14 +80,14 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
justify-content: start;
|
justify-content: start;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.at-website-option {
|
.at-website-option {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.at-settings-separator {
|
.at-settings-separator {
|
||||||
@@ -147,7 +115,7 @@
|
|||||||
.at-model-option, .endpoint-option {
|
.at-model-option, .endpoint-option {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
margin: 0 10px;
|
margin: 0 10px;
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.at-endpoint-option {
|
.at-endpoint-option {
|
||||||
@@ -155,5 +123,5 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
#at-status_info {
|
#at-status_info {
|
||||||
color: lightgreen;
|
color: lightgreen;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user