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

View File

@@ -7,6 +7,8 @@
</template>
<script>
import '@/assets/css/ElementsStyles/header.css'
export default {
name: 'Header-Element-page',
data() {