From 319310e8514aac22967318b643c2e57a0ce6137c Mon Sep 17 00:00:00 2001 From: Akhil Anand SM Date: Sun, 13 Aug 2023 22:47:47 +0530 Subject: [PATCH 1/2] about_page_dropDown alignment --- resources/style/about-page.css | 3 +++ resources/style/style.css | 5 ++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/resources/style/about-page.css b/resources/style/about-page.css index 31b4044..a7835d0 100644 --- a/resources/style/about-page.css +++ b/resources/style/about-page.css @@ -100,6 +100,9 @@ removed unnecessary scale background-color: transparent !important; transition: all 0.2s ease-in-out; margin: 8px; + display: flex; + justify-content: center; + align-items: center; } .about-instructor { diff --git a/resources/style/style.css b/resources/style/style.css index 2cc193d..b0db90e 100644 --- a/resources/style/style.css +++ b/resources/style/style.css @@ -549,6 +549,7 @@ i:hover { .dropDownContent { position: absolute; background-color: #1c91c7; + top: 3rem; left: 10; max-height: 0; overflow: hidden; @@ -559,7 +560,6 @@ i:hover { border-radius: 10px; color: #ffffff; } - .list-group-item:hover { cursor: pointer; font-size: 120%; @@ -574,6 +574,9 @@ i:hover { .list-group-item p { transform: translateY(-110%); transition: transform 0.2s ease-in; + display: flex; + justify-content: center; + align-items: center; } .list-group-item:hover p { From 5f151c0edacd2ac849ad43094e1ea39665350a28 Mon Sep 17 00:00:00 2001 From: Akhil Anand SM Date: Sun, 13 Aug 2023 22:50:41 +0530 Subject: [PATCH 2/2] contributions --- CONTRIBUTORS.md | 1 + resources/style/style.css | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index cec536f..b1fe52e 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -282,3 +282,4 @@ [@bunnyBites](https://github.com/bunnyBites) -[@Vigneshwaar](https://github.com/V6g1) +[@proton029](https://github.com/proton029) diff --git a/resources/style/style.css b/resources/style/style.css index b0db90e..890f915 100644 --- a/resources/style/style.css +++ b/resources/style/style.css @@ -574,9 +574,6 @@ i:hover { .list-group-item p { transform: translateY(-110%); transition: transform 0.2s ease-in; - display: flex; - justify-content: center; - align-items: center; } .list-group-item:hover p {