From 72f1e03b628cecbbe90b32df9e1e485a45bd5baa Mon Sep 17 00:00:00 2001 From: Showtek PH Date: Sat, 28 Oct 2023 08:14:26 +0800 Subject: [PATCH] Resizable Aiprof chatbox --- css/home.css | 100 ++++++++++++++++++++++++++------------------------- 1 file changed, 52 insertions(+), 48 deletions(-) diff --git a/css/home.css b/css/home.css index 6451b5f3..3ad1b3f5 100644 --- a/css/home.css +++ b/css/home.css @@ -43,6 +43,7 @@ margin-top: 1.5rem; overflow-y: scroll; height: 300px; + resize: both; } #title { @@ -57,19 +58,20 @@ text-align: center; } -#mic, #muteMic { +#mic, +#muteMic { width: 50px; } + #mic { display: none; } -#speaker-container img -{ +#speaker-container img { width: 30px; } -.speech-control select { +.speech-control select { width: 100px; } @@ -89,15 +91,18 @@ for mobile responsiveness */ margin-left: 5px; margin-right: 5px; } + .info-items-list .info-item { margin-bottom: 2rem; flex-direction: column; align-items: center !important; } + #featuresAbout { display: flex; justify-content: center; } + .cta-area { display: flex; justify-content: center !important; @@ -105,47 +110,46 @@ for mobile responsiveness */ } /* for paypal button */ - #paypal-logo { - font-family: Verdana, Tahoma; - font-weight: bold; - font-size: 26px; - } - #firstPartLogo { - color: #253b80; - } - - #secondPartLogo { - color: #179bd7; - } - - - #paypal-button { - padding: 15px 30px; - border: 1px solid #FF9933; - border-radius: 5px; - background-image: linear-gradient(#FFF0A8, #F9B421); - margin: 0 auto; - display: block; - min-width: 138px; - position: relative; - } - - #paypal-button-title { - font-size: 14px; - color: #505050; - vertical-align: baseline; - text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.6); - } - - #paypal-logo { - display: inline-block; - text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.6); - font-size: 20px; - } - - video { - width: 100%; - height: auto; - } - - \ No newline at end of file +#paypal-logo { + font-family: Verdana, Tahoma; + font-weight: bold; + font-size: 26px; +} + +#firstPartLogo { + color: #253b80; +} + +#secondPartLogo { + color: #179bd7; +} + + +#paypal-button { + padding: 15px 30px; + border: 1px solid #FF9933; + border-radius: 5px; + background-image: linear-gradient(#FFF0A8, #F9B421); + margin: 0 auto; + display: block; + min-width: 138px; + position: relative; +} + +#paypal-button-title { + font-size: 14px; + color: #505050; + vertical-align: baseline; + text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.6); +} + +#paypal-logo { + display: inline-block; + text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.6); + font-size: 20px; +} + +video { + width: 100%; + height: auto; +} \ No newline at end of file