diff --git a/account.php b/account.php index 85e8da0..8a42903 100644 --- a/account.php +++ b/account.php @@ -81,11 +81,11 @@
-No errors! Lookin' good
"; + ?> + + + + ".$result.""; diff --git a/css/main.css b/css/main.css index 91c8cc9..187c962 100644 --- a/css/main.css +++ b/css/main.css @@ -50,7 +50,7 @@ nav { margin: 0 auto 1rem; padding: 0.5rem; width: calc(100% - 1.4rem); - height: 2.5rem; + height: auto; position: -webkit-sticky; position: sticky; z-index: 99; @@ -91,6 +91,9 @@ nav .btn { font-family: "Secular One", sans-serif; width: auto; } +.nav-links a.btn { + padding: 0.2rem 0.5rem; +} .nav-mobile { display: none; @@ -108,6 +111,7 @@ nav .btn { nav { margin: 0; width: calc(100% - 1rem); + height: 2.5rem; position: fixed; top: auto; bottom: 0; @@ -126,6 +130,9 @@ nav .btn { margin: 0; display: block; } + .nav-links a.btn { + padding: 0.5rem; + } .nav-hide { display: none; } @@ -262,6 +269,9 @@ nav .btn { box-shadow: 6px 6px 2px rgba(21, 21, 21, 0.4); z-index: 9; } +.gallery-item:active { + transform: scale(0.8) !important; +} .gallery-item:after { content: ""; display: block; @@ -558,6 +568,7 @@ nav .btn { .selectedImage { outline: #8C977D solid 0.3rem; + transform: scale(0.8) !important; } .group-name { diff --git a/css/scss/_body.scss b/css/scss/_body.scss index 9ebb81c..93061be 100644 --- a/css/scss/_body.scss +++ b/css/scss/_body.scss @@ -93,6 +93,10 @@ z-index: 9; } + &:active { + transform: scale(0.8) !important; + } + &:after { content: ""; display: block; @@ -493,6 +497,7 @@ .selectedImage { outline: $page-accent solid 0.3rem; + transform: scale(0.8) !important; } .group-name { margin: 0; diff --git a/css/scss/_navigation.scss b/css/scss/_navigation.scss index 45976a5..f31608a 100644 --- a/css/scss/_navigation.scss +++ b/css/scss/_navigation.scss @@ -11,7 +11,7 @@ nav { padding: 0.5rem; width: calc(100% - 1.4rem); - height: 2.5rem; + height: auto; position: sticky; z-index: 99; @@ -56,6 +56,10 @@ nav { font-family: $font-body; width: auto; + + a.btn { + padding: 0.2rem 0.5rem; + } } .nav-mobile { @@ -77,6 +81,7 @@ nav { margin: 0; width: calc(100% - 1rem); + height: 2.5rem; position: fixed; top: auto; @@ -100,6 +105,12 @@ nav { } } + .nav-links { + a.btn { + padding: 0.5rem; + } + } + .nav-hide { display: none; } diff --git a/profile.php b/profile.php index 2cfbf66..8c4bf24 100644 --- a/profile.php +++ b/profile.php @@ -42,7 +42,7 @@ ?>