mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 04:09:29 +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 {
|
||||
grid-area: saper;
|
||||
height: 95.5%;
|
||||
}
|
||||
|
||||
/* /Saper */
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
<header-element-page></header-element-page>
|
||||
|
||||
<chat-component></chat-component>
|
||||
<chat-component id="chat"></chat-component>
|
||||
|
||||
<section class="saper">
|
||||
<div class="saper-start">
|
||||
|
||||
Reference in New Issue
Block a user