From a8c36eaea84c661aaacdb79756f956667b11b53e Mon Sep 17 00:00:00 2001 From: Gordon Pedersen Date: Fri, 14 Jun 2024 11:44:23 +1000 Subject: [PATCH] Layout and resource fixes for mobile --- Components/Layout/AvatarMenu.razor | 8 +- Neighbourhood.omg.lol.csproj | 107 +++++++++++++++++- Platforms/Android/Resources/values/colors.xml | 4 +- Resources/AppIcon/icon.svg | 26 ++--- Resources/AppIcon/icon_foreground.svg | 31 +++-- Resources/Fonts/fa-brands-400.ttf | Bin 0 -> 209876 bytes Resources/Fonts/fa-brands-400.woff2 | Bin 0 -> 118148 bytes Resources/Fonts/fa-duotone-900.ttf | Bin 0 -> 1362436 bytes Resources/Fonts/fa-duotone-900.woff2 | Bin 0 -> 448252 bytes Resources/Fonts/fa-light-300.ttf | Bin 0 -> 1268624 bytes Resources/Fonts/fa-light-300.woff2 | Bin 0 -> 458056 bytes Resources/Fonts/fa-regular-400.ttf | Bin 0 -> 1134648 bytes Resources/Fonts/fa-regular-400.woff2 | Bin 0 -> 418952 bytes Resources/Fonts/fa-solid-900.ttf | Bin 0 -> 986648 bytes Resources/Fonts/fa-solid-900.woff2 | Bin 0 -> 348036 bytes Resources/Fonts/fa-thin-100.ttf | Bin 0 -> 1386440 bytes Resources/Fonts/fa-thin-100.woff2 | Bin 0 -> 496444 bytes Resources/Fonts/fa-v4compatibility.ttf | Bin 0 -> 10832 bytes Resources/Fonts/fa-v4compatibility.woff2 | Bin 0 -> 4796 bytes Resources/Fonts/omg.lol-icons.woff2 | Bin 0 -> 42020 bytes Resources/Fonts/seguiemj.ttf | Bin 0 -> 12417712 bytes Resources/Splash/splash.svg | 38 +++++-- wwwroot/vendor/type/icons/omg.lol-icons.css | 4 +- 23 files changed, 171 insertions(+), 47 deletions(-) create mode 100644 Resources/Fonts/fa-brands-400.ttf create mode 100644 Resources/Fonts/fa-brands-400.woff2 create mode 100644 Resources/Fonts/fa-duotone-900.ttf create mode 100644 Resources/Fonts/fa-duotone-900.woff2 create mode 100644 Resources/Fonts/fa-light-300.ttf create mode 100644 Resources/Fonts/fa-light-300.woff2 create mode 100644 Resources/Fonts/fa-regular-400.ttf create mode 100644 Resources/Fonts/fa-regular-400.woff2 create mode 100644 Resources/Fonts/fa-solid-900.ttf create mode 100644 Resources/Fonts/fa-solid-900.woff2 create mode 100644 Resources/Fonts/fa-thin-100.ttf create mode 100644 Resources/Fonts/fa-thin-100.woff2 create mode 100644 Resources/Fonts/fa-v4compatibility.ttf create mode 100644 Resources/Fonts/fa-v4compatibility.woff2 create mode 100644 Resources/Fonts/omg.lol-icons.woff2 create mode 100644 Resources/Fonts/seguiemj.ttf diff --git a/Components/Layout/AvatarMenu.razor b/Components/Layout/AvatarMenu.razor index 82ef6b3..9842548 100644 --- a/Components/Layout/AvatarMenu.razor +++ b/Components/Layout/AvatarMenu.razor @@ -6,11 +6,11 @@