Hide script buttons on old Safari

This commit is contained in:
Cohee 2024-05-19 22:25:41 +03:00
parent bc2035d362
commit 82f56da16b

View File

@ -709,6 +709,13 @@ body .panelControlBar {
}
}
}
@supports not selector(& .foo) {
.stscript_btn {
display: none;
}
}
#rightSendForm > div:not(.mes_send) {
&.stscript_btn {
padding-right: 2px;