From 5a0f058e8842c55ffd555e092ae30173c4e0a045 Mon Sep 17 00:00:00 2001 From: SBD Date: Tue, 23 Jan 2024 14:42:04 +0300 Subject: [PATCH 1/7] 0.0.185 --- static/aerbimJS.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/aerbimJS.js b/static/aerbimJS.js index 2a33976..265fbfe 100644 --- a/static/aerbimJS.js +++ b/static/aerbimJS.js @@ -391,7 +391,7 @@ function changeSlideProject (el,type) { // go to download plugin function redirectToDownloadPlugin () { let lang = document.querySelector(".name_language").innerHTML - if (getInfoAboutUser()[0] === 'mobile'){ + if (getInfoAboutUser()[0] === 'mobile' || getInfoAboutUser()[0] === 'laptop'){ lang = document.querySelector(".name_language.curtain").innerHTML } From f7c355469a4dd1daed3f8d2e9f74637d84f2b3e7 Mon Sep 17 00:00:00 2001 From: SBD Date: Wed, 31 Jan 2024 12:36:40 +0300 Subject: [PATCH 2/7] 0.0.186 --- static/aerbimCSS.css | 2 +- static/aerbimCSSMOBILE.css | 6 ++++++ static/aerbimJS.js | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/static/aerbimCSS.css b/static/aerbimCSS.css index f8e3bb5..cd4d42a 100644 --- a/static/aerbimCSS.css +++ b/static/aerbimCSS.css @@ -955,7 +955,7 @@ body.n_scroll{ width: 100%; display: flex; flex-wrap: wrap; - justify-content: center; + justify-content: left; } .how_dev_widget{ diff --git a/static/aerbimCSSMOBILE.css b/static/aerbimCSSMOBILE.css index a7e599c..b2d8ca6 100644 --- a/static/aerbimCSSMOBILE.css +++ b/static/aerbimCSSMOBILE.css @@ -297,6 +297,12 @@ } @media (max-width: 800px) { + .how_dev_container_widgets { + width: 100%; + display: flex; + flex-wrap: wrap; + justify-content: center; + } .mobile_switchers_f_projects{ display: block; margin-top: 10px; diff --git a/static/aerbimJS.js b/static/aerbimJS.js index 265fbfe..b050c97 100644 --- a/static/aerbimJS.js +++ b/static/aerbimJS.js @@ -30,7 +30,7 @@ function getInfoAboutUser (){ if (screen.width <= 800){ user_type = 'mobile' } else if (screen.width > 1024) { - user_type = 'desktop' + user_type = 'desktop' } else if (screen.width >= 800 && screen.width <= 1024) { user_type = 'laptop' } From 3272a81d5a9f60050298ccf1b4c8153acafd6c03 Mon Sep 17 00:00:00 2001 From: SBD Date: Wed, 31 Jan 2024 15:46:04 +0300 Subject: [PATCH 3/7] 0.0.186 --- static/aerbimCSSMOBILE.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/static/aerbimCSSMOBILE.css b/static/aerbimCSSMOBILE.css index b2d8ca6..3dea59c 100644 --- a/static/aerbimCSSMOBILE.css +++ b/static/aerbimCSSMOBILE.css @@ -514,6 +514,20 @@ width: 100%; justify-content: center; } + .container_content_features_block_item{ + width: 100%; + } + .img_item_container_functional_features{ + height: unset; + } + .img_item_functional_features{ + object-fit: unset; + object-position: unset; + } + .description_item_features_container{ + text-align: center; + width: 100%; + } } @media (max-width: 600px) { From 2379edb44928cadf1dc83a17f39be0e3576abb14 Mon Sep 17 00:00:00 2001 From: SBD Date: Wed, 31 Jan 2024 16:10:28 +0300 Subject: [PATCH 4/7] 0.0.186 --- static/aerbimCSSMOBILE.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/aerbimCSSMOBILE.css b/static/aerbimCSSMOBILE.css index 3dea59c..dcaa58f 100644 --- a/static/aerbimCSSMOBILE.css +++ b/static/aerbimCSSMOBILE.css @@ -523,6 +523,7 @@ .img_item_functional_features{ object-fit: unset; object-position: unset; + height: unset; } .description_item_features_container{ text-align: center; From 73495d3a8b227f0e37df0b69181c650ff9c6a65d Mon Sep 17 00:00:00 2001 From: SBD Date: Wed, 31 Jan 2024 16:16:13 +0300 Subject: [PATCH 5/7] 0.0.187 --- static/aerbimCSSMOBILE.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/aerbimCSSMOBILE.css b/static/aerbimCSSMOBILE.css index dcaa58f..47a9e5c 100644 --- a/static/aerbimCSSMOBILE.css +++ b/static/aerbimCSSMOBILE.css @@ -524,6 +524,7 @@ object-fit: unset; object-position: unset; height: unset; + width: 100%; } .description_item_features_container{ text-align: center; From 31917fa6b581f809461dc08119a8b965808f3592 Mon Sep 17 00:00:00 2001 From: SBD Date: Wed, 31 Jan 2024 16:52:27 +0300 Subject: [PATCH 6/7] 0.0.187 --- static/aerbimCSSMOBILE.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/static/aerbimCSSMOBILE.css b/static/aerbimCSSMOBILE.css index 47a9e5c..2cc4ea5 100644 --- a/static/aerbimCSSMOBILE.css +++ b/static/aerbimCSSMOBILE.css @@ -472,6 +472,9 @@ } @media (max-width: 700px) { + .block-chat{ + height: calc(88vh - 50px); + } .flex_container_footer{ flex-wrap: wrap; justify-content: right; From 9a6749e7ff98da5b6851aeb084a666433fb49689 Mon Sep 17 00:00:00 2001 From: SBD Date: Wed, 31 Jan 2024 16:55:18 +0300 Subject: [PATCH 7/7] 0.0.188 --- static/aerbimCSSMOBILE.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/static/aerbimCSSMOBILE.css b/static/aerbimCSSMOBILE.css index 2cc4ea5..25ae09b 100644 --- a/static/aerbimCSSMOBILE.css +++ b/static/aerbimCSSMOBILE.css @@ -472,9 +472,7 @@ } @media (max-width: 700px) { - .block-chat{ - height: calc(88vh - 50px); - } + .flex_container_footer{ flex-wrap: wrap; justify-content: right;