mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 12:19:31 +02:00
changed grid for building chat template
This commit is contained in:
@@ -24,7 +24,7 @@ body, html {
|
||||
.content-grid {
|
||||
display: grid;
|
||||
grid-template-columns: .35fr repeat(5, 1fr) 1.2fr;
|
||||
grid-template-rows: repeat(6, 1fr);
|
||||
grid-template-rows: auto 0fr repeat(4, 1fr); /* Updated this line */
|
||||
grid-auto-columns: 1fr;
|
||||
grid-auto-flow: row;
|
||||
grid-template-areas:
|
||||
@@ -38,6 +38,7 @@ body, html {
|
||||
grid-gap: 10px;
|
||||
}
|
||||
|
||||
|
||||
/* /Content Grid */
|
||||
|
||||
/* Header */
|
||||
@@ -72,6 +73,9 @@ body, html {
|
||||
filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
|
||||
border-radius: 20px;
|
||||
align-self: start;
|
||||
margin-top: -2.9%;
|
||||
position: relative;
|
||||
z-index: 3;
|
||||
}
|
||||
|
||||
/* /Chat */
|
||||
|
||||
Reference in New Issue
Block a user