From c458c9ce08c4a724d4bfcc0e368ff69f5496b1e6 Mon Sep 17 00:00:00 2001 From: Kostya Date: Sat, 27 Jan 2024 20:48:29 +0300 Subject: [PATCH 1/2] fixed chatcomponent-width on other page --- luckydiamond/src/assets/css/PagesStyles/games-pages/saper.css | 4 ---- luckydiamond/src/assets/css/PagesStyles/profile.css | 4 ---- luckydiamond/src/pages/ProfilePage.vue | 2 +- luckydiamond/src/pages/games-pages/SapergamePage.vue | 2 +- 4 files changed, 2 insertions(+), 10 deletions(-) diff --git a/luckydiamond/src/assets/css/PagesStyles/games-pages/saper.css b/luckydiamond/src/assets/css/PagesStyles/games-pages/saper.css index 514423a..1aca23d 100644 --- a/luckydiamond/src/assets/css/PagesStyles/games-pages/saper.css +++ b/luckydiamond/src/assets/css/PagesStyles/games-pages/saper.css @@ -1,7 +1,3 @@ -#chat { - height: 95.65%; -} - button { cursor: pointer; } diff --git a/luckydiamond/src/assets/css/PagesStyles/profile.css b/luckydiamond/src/assets/css/PagesStyles/profile.css index 013bf6e..c40e1e2 100644 --- a/luckydiamond/src/assets/css/PagesStyles/profile.css +++ b/luckydiamond/src/assets/css/PagesStyles/profile.css @@ -1,7 +1,3 @@ -#chat-profile { - height: 95.6%; -} - .profile__content { width: 30%; margin-left: 3%; diff --git a/luckydiamond/src/pages/ProfilePage.vue b/luckydiamond/src/pages/ProfilePage.vue index 72bb2d3..d681a06 100644 --- a/luckydiamond/src/pages/ProfilePage.vue +++ b/luckydiamond/src/pages/ProfilePage.vue @@ -3,7 +3,7 @@
- + diff --git a/luckydiamond/src/pages/games-pages/SapergamePage.vue b/luckydiamond/src/pages/games-pages/SapergamePage.vue index 3905f9b..9da9d00 100644 --- a/luckydiamond/src/pages/games-pages/SapergamePage.vue +++ b/luckydiamond/src/pages/games-pages/SapergamePage.vue @@ -4,7 +4,7 @@ - +
From 8be827cd6ee7c54b1cdcfa8f5c55f6fb68c789ad Mon Sep 17 00:00:00 2001 From: Kostya Date: Sat, 27 Jan 2024 20:51:55 +0300 Subject: [PATCH 2/2] fixed bug with adaptation-chat --- .../src/assets/css/PagesStyles/home.css | 28 ------------------- 1 file changed, 28 deletions(-) diff --git a/luckydiamond/src/assets/css/PagesStyles/home.css b/luckydiamond/src/assets/css/PagesStyles/home.css index da9d5e5..0e94100 100644 --- a/luckydiamond/src/assets/css/PagesStyles/home.css +++ b/luckydiamond/src/assets/css/PagesStyles/home.css @@ -306,20 +306,6 @@ .gamemode__twoline--first__element .container a { padding: 6px 11px; } - .write { - position: static; - margin: -45% 87% 6% 2%; - } - .write__content input { - padding: 0.625em 1% 14px 0.75em; - } - .write__content input::placeholder { - font-size: 11.5px; - } - .write__content button { - margin-left: -15%; - padding: 0.375em 0.375em; - } } @media screen and (min-device-width: 1200px) and (max-device-width: 1399px) { @@ -377,20 +363,6 @@ .gamemode__twoline--first__element .container a { padding: 6px 11px; } - .write { - position: static; - margin: -45% 87% 6% 2%; - } - .write__content input { - padding: 0.625em 1% 14px 0.75em; - } - .write__content input::placeholder { - font-size: 11.5px; - } - .write__content button { - margin-left: -15%; - padding: 0.375em 0.375em; - } } @media screen and (max-width: 1100px) {