diff --git a/Sniffle/sniffle.css b/Sniffle/sniffle.css index 27fda32..369fe4c 100644 --- a/Sniffle/sniffle.css +++ b/Sniffle/sniffle.css @@ -58,7 +58,7 @@ cursor: pointer; } -.sniffle-notification:not(:nth-of-type(1), :nth-of-type(2), :nth-of-type(3), :nth-of-type(4)) { +.sniffle-notification:not(:nth-of-type(1), :nth-of-type(2), :nth-of-type(3), :nth-of-type(4), :nth-of-type(5)) { display: none; opacity: 0; } @@ -71,24 +71,31 @@ .sniffle-notification:nth-of-type(2) { z-index: -1; transform: scale(0.95); - margin-top: -4.8rem; + margin-top: -5rem; opacity: 1; transition: transform 1.25s, opacity 0.5s; } .sniffle-notification:nth-of-type(3) { z-index: -2; transform: scale(0.9); - margin-top: -4.8rem; + margin-top: -5rem; opacity: 1; transition: transform 1.5s, opacity 0.75s; } .sniffle-notification:nth-of-type(4) { z-index: -3; transform: scale(0.85); - margin-top: -4.8rem; - opacity: 0; + margin-top: -5rem; + opacity: 1; transition: transform 1.75s, opacity 1s; } +.sniffle-notification:nth-of-type(5) { + z-index: -4; + transform: scale(0.80); + margin-top: -5rem; + opacity: 0; + transition: transform 2s, opacity 1.25s; +} /* Notification content Root diff --git a/account.php b/account.php index 12b8ccd..2a6f505 100644 --- a/account.php +++ b/account.php @@ -64,7 +64,7 @@
" . $log_time->format('d/m/Y H:i:s T') . "" . $log_time->format('Y-m-d H:i:s T') . " | " . $diff->time($log['time']) . "
"; ?> mins " . $log_time->format('d/m/Y H:i:s T') . "" . $log_time->format('Y-m-d H:i:s T') . "
" . $diff->time($ban['time']) . "