remove lots of jquery

This commit is contained in:
Matt Walsh
2020-09-29 22:25:28 -05:00
parent 3e9aa97c7e
commit d05d5d51ab
4 changed files with 103 additions and 145 deletions

View File

@@ -58,10 +58,6 @@ input, button
max-width: 640px;
}
#divTwcMiddle
{
}
#divTwcLeft
{
display: none;
@@ -314,4 +310,20 @@ jsgif
max-height: 100vh;
width: auto;
}
}
.navButton {
cursor: pointer;
}
.visible {
visibility: visible;
opacity: 1;
transition: opacity 1s linear;
}
.hidden {
visibility: hidden;
opacity: 0;
transition: visibility 0s 1s, opacity 1s linear
}