mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 12:19:31 +02:00
fixed chat width and margin for write in home page, media for a laptop
This commit is contained in:
@@ -289,7 +289,7 @@
|
|||||||
}
|
}
|
||||||
.write {
|
.write {
|
||||||
position: static;
|
position: static;
|
||||||
margin: 62% 87% 6% 3%;
|
margin: 52% 87% 6% 2%;
|
||||||
}
|
}
|
||||||
.write__content input {
|
.write__content input {
|
||||||
padding: 0.625em 1% 14px 0.75em;
|
padding: 0.625em 1% 14px 0.75em;
|
||||||
|
|||||||
@@ -91,7 +91,7 @@ body, html {
|
|||||||
background: #16171B;
|
background: #16171B;
|
||||||
filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
|
filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
|
||||||
border-radius: 20px;
|
border-radius: 20px;
|
||||||
height: 90%;
|
height: 100%;
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 3;
|
z-index: 3;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user