no more discord access for just anyone ;(

This commit is contained in:
Kyle
2020-04-26 09:48:54 -07:00
parent c8d417a4e3
commit 83132f6a9b
2 changed files with 3 additions and 3 deletions

View File

@@ -284,10 +284,10 @@ input[type='checkbox'], select, option, input[type='file'], button {
animation: fade-in 2s;
}
.layer.revealedLayer.slideFromLeft > div {
animation: slide-from-left 1.5s;
animation: slide-from-left 1s;
}
.layer.revealedLayer.slideFromRight > div {
animation: slide-from-right 1.5s;
animation: slide-from-right 1s;
}