mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 12:19:31 +02:00
remove streching elements
This commit is contained in:
@@ -48,6 +48,7 @@ body, html {
|
|||||||
border-radius: 20px;
|
border-radius: 20px;
|
||||||
background: #17181C;
|
background: #17181C;
|
||||||
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
|
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
|
||||||
|
align-self: start;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* /Header */
|
/* /Header */
|
||||||
@@ -59,6 +60,7 @@ body, html {
|
|||||||
background: #17181C;
|
background: #17181C;
|
||||||
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
|
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
|
||||||
border-radius: 20px;
|
border-radius: 20px;
|
||||||
|
align-self: start;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* /Menu */
|
/* /Menu */
|
||||||
@@ -70,6 +72,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;
|
||||||
|
align-self: start;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* /Chat */
|
/* /Chat */
|
||||||
@@ -79,8 +82,7 @@ body, html {
|
|||||||
.main {
|
.main {
|
||||||
grid-area: main;
|
grid-area: main;
|
||||||
background: #999;
|
background: #999;
|
||||||
height: 100%;
|
align-self: start;
|
||||||
padding-top: 200px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* /Main */
|
/* /Main */
|
||||||
@@ -90,6 +92,7 @@ body, html {
|
|||||||
.gamemode {
|
.gamemode {
|
||||||
grid-area: gamemode;
|
grid-area: gamemode;
|
||||||
background: #123123;
|
background: #123123;
|
||||||
|
align-self: start;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* /GameMode */
|
/* /GameMode */
|
||||||
@@ -7,6 +7,8 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
import '@/assets/css/ElementsStyles/header.css'
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: 'Header-Element-page',
|
name: 'Header-Element-page',
|
||||||
data() {
|
data() {
|
||||||
|
|||||||
Reference in New Issue
Block a user