mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Safari: hide summary block arrow
This commit is contained in:
@@ -362,9 +362,14 @@ input[type='checkbox']:focus-visible {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.mes_reasoning_details .mes_reasoning_summary {
|
.mes_reasoning_details .mes_reasoning_summary {
|
||||||
|
list-style: none;
|
||||||
margin-right: calc(var(--mes-right-spacing) * -1);
|
margin-right: calc(var(--mes-right-spacing) * -1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mes_reasoning_details summary::-webkit-details-marker {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
.mes_reasoning *:last-child {
|
.mes_reasoning *:last-child {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
@@ -378,7 +383,7 @@ input[type='checkbox']:focus-visible {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.mes_reasoning_details .mes_reasoning em {
|
.mes_reasoning_details .mes_reasoning em {
|
||||||
color: color-mix(in srgb, var(--SmartThemeEmColor) 67%, var(--SmartThemeBlurTintColor) 33%)
|
color: color-mix(in srgb, var(--SmartThemeEmColor) 67%, var(--SmartThemeBlurTintColor) 33%);
|
||||||
}
|
}
|
||||||
|
|
||||||
.mes_reasoning_header_block {
|
.mes_reasoning_header_block {
|
||||||
@@ -403,7 +408,7 @@ input[type='checkbox']:focus-visible {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* TWIMC: Remove with custom CSS to show the icon */
|
/* TWIMC: Remove with custom CSS to show the icon */
|
||||||
.mes_reasoning_header > .icon-svg {
|
.mes_reasoning_header>.icon-svg {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user