save broken
This commit is contained in:
parent
94d404288f
commit
f04e9a66fb
17 changed files with 184 additions and 81 deletions
|
|
@ -42,4 +42,11 @@ document.addEventListener("DOMContentLoaded", () => {
|
|||
window.addEventListener("scroll", () => {
|
||||
toggleLogoState();
|
||||
});
|
||||
|
||||
if (
|
||||
navigator.userAgent.toLowerCase().includes("safari") &&
|
||||
window.innerWidth < 800
|
||||
) {
|
||||
document.querySelector("#tabs").classList.add("safari");
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue