From 4abfc2e233959b25eee7770b3c2bf06464e81b3a Mon Sep 17 00:00:00 2001 From: AndiBraimllari Date: Thu, 23 May 2024 19:17:03 +0200 Subject: [PATCH] changes (#487) Co-authored-by: Andi Braimllari <> --- .gitignore | 4 ++++ angular.json | 4 +++- src/app/home/home.component.css | 8 +++----- src/app/home/home.component.html | 15 ++++++++------- src/app/settings/settings.component.html | 2 +- src/index.html | 9 +++++---- 6 files changed, 24 insertions(+), 18 deletions(-) diff --git a/.gitignore b/.gitignore index e77884df..91c502ad 100644 --- a/.gitignore +++ b/.gitignore @@ -45,3 +45,7 @@ testem.log # System Files .DS_Store Thumbs.db + +# Source Files +src/robots.txt +src/sitemap.xml diff --git a/angular.json b/angular.json index 02fe2da9..62ed3102 100644 --- a/angular.json +++ b/angular.json @@ -25,7 +25,9 @@ "assets": [ "src/penda.png", "src/favicon.ico", - "src/assets" + "src/assets", + "src/robots.txt", + "src/sitemap.xml" ], "styles": [ "src/styles.css" diff --git a/src/app/home/home.component.css b/src/app/home/home.component.css index a2c0ee93..11a47e73 100644 --- a/src/app/home/home.component.css +++ b/src/app/home/home.component.css @@ -352,10 +352,6 @@ justify-content: space-between; } -.history-card-close-button { - padding: 0.1rem 0.3rem; -} - .blur-marking-button { padding: 0.1rem 0.3rem; } @@ -503,6 +499,9 @@ } .writing { + display: -webkit-box; + -webkit-line-clamp: 4; + -webkit-box-orient: vertical; box-shadow: 0 0 10px rgba(216, 216, 216, 0.6); border-radius: 5px; padding: 5px; @@ -592,7 +591,6 @@ width: 40px; height: 23px; float: right; - right: 53px; } .switch input { diff --git a/src/app/home/home.component.html b/src/app/home/home.component.html index 6d9b70a0..f66081ed 100644 --- a/src/app/home/home.component.html +++ b/src/app/home/home.component.html @@ -29,6 +29,7 @@ spellcheck="false" autocapitalize="off" role="textbox" + aria-label='redaktori' aria-multiline="true" data-test="editor" > @@ -621,6 +622,12 @@