remove streching elements

This commit is contained in:
Kostya
2023-11-18 22:53:28 +03:00
parent e9752f7eb4
commit b9ebb56eda
3 changed files with 7 additions and 2 deletions

View File

@@ -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 */

View File

@@ -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() {