mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 12:19:31 +02:00
refactor styles for chat
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
.chat {
|
.chat {
|
||||||
margin: 1% 1.2% 0 0;
|
margin: 1% 3.2% 0 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.chat__content {
|
.chat__content {
|
||||||
@@ -81,7 +81,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.write__content input {
|
.write__content input {
|
||||||
padding: 14px 35% 14px 12px;
|
padding: 14px 25% 14px 12px;
|
||||||
border-radius: 13px;
|
border-radius: 13px;
|
||||||
background: #22252F;
|
background: #22252F;
|
||||||
color: #A9A99D;
|
color: #A9A99D;
|
||||||
|
|||||||
@@ -24,7 +24,7 @@ body, html {
|
|||||||
|
|
||||||
.content-grid {
|
.content-grid {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: .35fr repeat(5, 1fr) 1.2fr;
|
grid-template-columns: .35fr repeat(5, 1fr) 1fr;
|
||||||
grid-template-rows: auto 0fr repeat(4, 1fr);
|
grid-template-rows: auto 0fr repeat(4, 1fr);
|
||||||
grid-auto-columns: 1fr;
|
grid-auto-columns: 1fr;
|
||||||
grid-auto-flow: row;
|
grid-auto-flow: row;
|
||||||
|
|||||||
Reference in New Issue
Block a user