mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2024-12-11 17:07:07 +01:00
Hide script buttons on old Safari
This commit is contained in:
parent
bc2035d362
commit
82f56da16b
@ -709,6 +709,13 @@ body .panelControlBar {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@supports not selector(& .foo) {
|
||||||
|
.stscript_btn {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
#rightSendForm > div:not(.mes_send) {
|
#rightSendForm > div:not(.mes_send) {
|
||||||
&.stscript_btn {
|
&.stscript_btn {
|
||||||
padding-right: 2px;
|
padding-right: 2px;
|
||||||
|
Loading…
Reference in New Issue
Block a user