diff --git a/Sniffle/sniffle.css b/Sniffle/sniffle.css index 38a2bf5..3ade61b 100644 --- a/Sniffle/sniffle.css +++ b/Sniffle/sniffle.css @@ -31,7 +31,7 @@ and a text div .sniffle-content */ .sniffle-notification { - margin-bottom: 1rem; padding: 0.5rem; + margin-bottom: 0.5rem; padding: 0.5rem; max-width: calc(100% - 1rem); min-height: 2.5rem; @@ -53,7 +53,6 @@ cursor: pointer; } - /* Notification content Root @@ -86,8 +85,8 @@ .sniffle-header { margin: 0 0 0.25rem 0; padding: 0; - font-size: 16px; - font-weight: bold; + font-size: 14px; + font-weight: 621; color: var(--fg); } @@ -96,10 +95,10 @@ */ .sniffle-description { margin: 0; padding: 0; - font-size: 14px; + font-size: 15px; word-wrap: break-word; - font-weight: bold; + font-weight: 300; color: var(--fg); } diff --git a/account/account.php b/account/account.php index 83517f1..5e9fff8 100644 --- a/account/account.php +++ b/account/account.php @@ -1,5 +1,3 @@ - - @@ -13,14 +11,19 @@ - + + + + + + + + + @@ -54,9 +57,6 @@ ?> - + diff --git a/account/login.php b/account/login.php index e796eb5..b992e16 100644 --- a/account/login.php +++ b/account/login.php @@ -1,5 +1,3 @@ - - @@ -13,14 +11,19 @@ - + + + + + + + + + Need an account? Sign up! - + diff --git a/account/password-reset.php b/account/password-reset.php index cb70390..026ce5b 100644 --- a/account/password-reset.php +++ b/account/password-reset.php @@ -1,5 +1,3 @@ - - @@ -13,14 +11,19 @@ - + + + + + + + + + - + diff --git a/account/signup.php b/account/signup.php index 9978bc5..fb2161e 100644 --- a/account/signup.php +++ b/account/signup.php @@ -1,5 +1,3 @@ - - @@ -13,14 +11,19 @@ - + + + + + + + + + - + diff --git a/css/nav.css b/css/nav.css index a5cd364..eae0fef 100644 --- a/css/nav.css +++ b/css/nav.css @@ -54,10 +54,30 @@ nav hr { } @media (max-width: 550px) { + nav { + margin: 0; + + width: calc(100vw - 2rem)); + + position: fixed; + top: auto; bottom: 0; left: 0; right: 0; + + border: none; + border-top: 3px solid var(--green); + + backdrop-filter: blur(16px); + } .nav-hide { display: none; } .nav-links a .svg { margin: 0; } + + footer { + margin-bottom: 3.5rem !important; + } + #back-to-top { + bottom: 4.5rem !important; + } } diff --git a/image.php b/image.php index 4c52852..527b6af 100644 --- a/image.php +++ b/image.php @@ -13,10 +13,6 @@ - - @@ -155,6 +151,18 @@ // Image download echo "Download image"; + + // Copy image + ?> + + Copy image link"; ?> diff --git a/index.php b/index.php index 025ed73..4ca720d 100644 --- a/index.php +++ b/index.php @@ -9,8 +9,8 @@ - - + + + + + + + + + + + sniffleAdd('Error', '".$error."', 'var(--red)', '".$root_dir."assets/icons/cross.svg');"; } if (isset($success)) { - echo notify($success, "high"); + echo ""; } ?> @@ -101,9 +101,6 @@ - +