mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 04:09:29 +02:00
remove streching elements
This commit is contained in:
@@ -48,6 +48,7 @@ body, html {
|
||||
border-radius: 20px;
|
||||
background: #17181C;
|
||||
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
|
||||
align-self: start;
|
||||
}
|
||||
|
||||
/* /Header */
|
||||
@@ -59,6 +60,7 @@ body, html {
|
||||
background: #17181C;
|
||||
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
|
||||
border-radius: 20px;
|
||||
align-self: start;
|
||||
}
|
||||
|
||||
/* /Menu */
|
||||
@@ -70,6 +72,7 @@ body, html {
|
||||
background: #16171B;
|
||||
filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
|
||||
border-radius: 20px;
|
||||
align-self: start;
|
||||
}
|
||||
|
||||
/* /Chat */
|
||||
@@ -79,8 +82,7 @@ body, html {
|
||||
.main {
|
||||
grid-area: main;
|
||||
background: #999;
|
||||
height: 100%;
|
||||
padding-top: 200px;
|
||||
align-self: start;
|
||||
}
|
||||
|
||||
/* /Main */
|
||||
@@ -90,6 +92,7 @@ body, html {
|
||||
.gamemode {
|
||||
grid-area: gamemode;
|
||||
background: #123123;
|
||||
align-self: start;
|
||||
}
|
||||
|
||||
/* /GameMode */
|
||||
Reference in New Issue
Block a user