From bbaa83117c3d126ec9549b21f44ca80afd953ad2 Mon Sep 17 00:00:00 2001 From: Fabinatix97 Date: Fri, 6 Jun 2025 07:30:47 +0200 Subject: [PATCH 1/2] fix(KIWI): add max-width attribute to LHM logo --- src/App.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/App.vue b/src/App.vue index f04d7e2..e8469b2 100644 --- a/src/App.vue +++ b/src/App.vue @@ -53,6 +53,7 @@ alt="LHM Logo" width="150" min-width="100" + max-width="200" class="ml-4 pr-5" :class="{ 'invert-colors': theme === 'dark' }" /> From d39569be4b04bbafb56a63f402b7408e47725b36 Mon Sep 17 00:00:00 2001 From: Fabinatix97 Date: Fri, 6 Jun 2025 07:31:02 +0200 Subject: [PATCH 2/2] fix(KIWI): update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 91cd2ad..cc65d31 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ You can find a hosted demo version at [kiwi.muenchen.de](https://kiwi.muenchen.d For professional use, we recommend installation on your own dedicated server as we can not guarantee availability of this service. -## :england:󠁧 Background +## :uk:󠁧 Background *KIWI* (**Ki**nderleicht **W**ortbestandteile **i**ntegrieren) is an input aid which is used for the convenient and efficient input of characters from the character set *Latin characters in Unicode*. @@ -75,7 +75,7 @@ The following tools are recommended for development purposes: ## Build and Run 1. `npm install` -2. `npm run serve` +2. `npm run dev` 3. Open the URL that's shown in the terminal ## Contributing @@ -115,7 +115,7 @@ Don't forget to give the project a star! Thanks again! # Licensing and Copyright -© Copyright 2019-2024 – it@M +© Copyright 2019-2025 – it@M *Kiwi* is licenced under [MIT](https://de.wikipedia.org/wiki/MIT-Lizenz).