mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 04:09:29 +02:00
Merge branch 'main' of https://github.com/danilt2000/LuckyDiamond
This commit is contained in:
@@ -1,7 +1,3 @@
|
|||||||
#chat {
|
|
||||||
height: 95.65%;
|
|
||||||
}
|
|
||||||
|
|
||||||
button {
|
button {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -306,20 +306,6 @@
|
|||||||
.gamemode__twoline--first__element .container a {
|
.gamemode__twoline--first__element .container a {
|
||||||
padding: 6px 11px;
|
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) {
|
@media screen and (min-device-width: 1200px) and (max-device-width: 1399px) {
|
||||||
@@ -377,20 +363,6 @@
|
|||||||
.gamemode__twoline--first__element .container a {
|
.gamemode__twoline--first__element .container a {
|
||||||
padding: 6px 11px;
|
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) {
|
@media screen and (max-width: 1100px) {
|
||||||
|
|||||||
@@ -1,7 +1,3 @@
|
|||||||
#chat-profile {
|
|
||||||
height: 95.6%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.profile__content {
|
.profile__content {
|
||||||
width: 30%;
|
width: 30%;
|
||||||
margin-left: 3%;
|
margin-left: 3%;
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user