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/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) { 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 @@