diff --git a/about.php b/about.php index 8ba26f31f..8929afa92 100644 --- a/about.php +++ b/about.php @@ -78,6 +78,15 @@

+

+ Icons by icons8: + + https://icons8.com/ + + + + +

diff --git a/images/siteicons/svg/mobile-menu/calendar.php b/images/siteicons/svg/mobile-menu/calendar.php new file mode 100644 index 000000000..cc9b50d5b --- /dev/null +++ b/images/siteicons/svg/mobile-menu/calendar.php @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/images/siteicons/svg/mobile-menu/home.php b/images/siteicons/svg/mobile-menu/home.php new file mode 100644 index 000000000..af054b52f --- /dev/null +++ b/images/siteicons/svg/mobile-menu/home.php @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/images/siteicons/svg/mobile-menu/profile.php b/images/siteicons/svg/mobile-menu/profile.php new file mode 100644 index 000000000..831ce536d --- /dev/null +++ b/images/siteicons/svg/mobile-menu/profile.php @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/images/siteicons/svg/mobile-menu/settings.php b/images/siteicons/svg/mobile-menu/settings.php new file mode 100644 index 000000000..8aa56fd95 --- /dev/null +++ b/images/siteicons/svg/mobile-menu/settings.php @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/images/siteicons/svg/mobile-menu/statistics.php b/images/siteicons/svg/mobile-menu/statistics.php new file mode 100644 index 000000000..94306005a --- /dev/null +++ b/images/siteicons/svg/mobile-menu/statistics.php @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/includes/header.php b/includes/header.php index c5c13bfc8..9adfdbc2a 100644 --- a/includes/header.php +++ b/includes/header.php @@ -200,6 +200,7 @@ class="fa-solid fa-arrow-right-from-bracket"> a { - padding: 0px 10px; + color: #909090; } - .mobile-nav>a>i { - color: #777; - } - - .mobile-nav>a.active>i { + .mobile-nav>a.active { color: #f0f0F0; } } \ No newline at end of file diff --git a/styles/styles.css b/styles/styles.css index 19e51e474..dcc1cea72 100644 --- a/styles/styles.css +++ b/styles/styles.css @@ -2587,45 +2587,34 @@ input[type="radio"]:checked+label::after { flex-direction: row; justify-content: space-around; z-index: 2; - padding: 5px 0px; - font-size: 28px; + padding: 7px 0px; box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1); box-sizing: border-box; - align-items: baseline; + align-items: center; } .mobile-nav>a { - flex-basis: 20%; - flex-grow: 0; + flex-grow: 1; flex-shrink: 0; text-align: center; - padding: 5px 0px 15px 0px; - } - - .mobile-nav>a>i { + padding: 5px 0px 10px 0px; color: #AAA; - } - - .mobile-nav>a.active>i { - color: #202020; - } - - .mobile-nav>a.secondary, - .mobile-nav>button { - background-color: var(--main-color); - border: none; - border-radius: 35px; - padding: 3px 8px; + font-size: 10px; + text-decoration: none; + + display: flex; + flex-direction: column; + align-items: center; } - .mobile-nav>button { - border: none; - font-size: 28px; + .mobile-nav>a>svg { + width: 30px; + height: 30px; + max-width: 85%; } - - .mobile-nav>a.secondary>i, - .mobile-nav>button>i { - color: #fff; + + .mobile-nav>a.active{ + color: #202020; } .mobile-navivagtion .mobileNavigationHideOnMobile {