fixed chatcomponent-width on other page

This commit is contained in:
Kostya
2024-01-27 20:48:29 +03:00
parent 5974761ef5
commit c458c9ce08
4 changed files with 2 additions and 10 deletions

View File

@@ -1,7 +1,3 @@
#chat {
height: 95.65%;
}
button { button {
cursor: pointer; cursor: pointer;
} }

View File

@@ -1,7 +1,3 @@
#chat-profile {
height: 95.6%;
}
.profile__content { .profile__content {
width: 30%; width: 30%;
margin-left: 3%; margin-left: 3%;

View File

@@ -3,7 +3,7 @@
<div class="content__grid-profile" v-else> <div class="content__grid-profile" v-else>
<aside-bar-component></aside-bar-component> <aside-bar-component></aside-bar-component>
<chat-component id="chat-profile"></chat-component> <chat-component></chat-component>
<header-component></header-component> <header-component></header-component>

View File

@@ -4,7 +4,7 @@
<header-element-page></header-element-page> <header-element-page></header-element-page>
<chat-component id="chat"></chat-component> <chat-component></chat-component>
<section class="saper" :class="{ 'game-end' : ValidationPlay.endGame }"> <section class="saper" :class="{ 'game-end' : ValidationPlay.endGame }">
<div class="bg"></div> <div class="bg"></div>