mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 12:19:31 +02:00
added bg for saper and padding for saper content, changed height chat in saperpage
This commit is contained in:
@@ -0,0 +1,10 @@
|
|||||||
|
#chat {
|
||||||
|
height: 95%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.saper {
|
||||||
|
padding-top: 20%;
|
||||||
|
border-radius: 20px;
|
||||||
|
background: #17181C;
|
||||||
|
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
|
||||||
|
}
|
||||||
@@ -153,6 +153,7 @@ body, html {
|
|||||||
|
|
||||||
.saper {
|
.saper {
|
||||||
grid-area: saper;
|
grid-area: saper;
|
||||||
|
height: 95.5%;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* /Saper */
|
/* /Saper */
|
||||||
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
<header-element-page></header-element-page>
|
<header-element-page></header-element-page>
|
||||||
|
|
||||||
<chat-component></chat-component>
|
<chat-component id="chat"></chat-component>
|
||||||
|
|
||||||
<section class="saper">
|
<section class="saper">
|
||||||
<div class="saper-start">
|
<div class="saper-start">
|
||||||
|
|||||||
Reference in New Issue
Block a user