generated from VLADIMIR/template_frontend
update css
This commit is contained in:
@@ -66,8 +66,9 @@ type AdvancedPlace = {
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div class="center-block-custom-big">
|
||||
<div class="places-container">
|
||||
<div class="center-block-custom bottom-margin">
|
||||
|
||||
<div class="width700">
|
||||
<GameInputForm :addAction="addAction"></GameInputForm>
|
||||
|
||||
<PlaceBlock :place="advancedPlace.place" v-model:mode="advancedPlace.mode"
|
||||
@@ -80,21 +81,13 @@ type AdvancedPlace = {
|
||||
</template>
|
||||
|
||||
<style scoped>
|
||||
.places-container {
|
||||
display: flex;
|
||||
flex-flow: column nowrap;
|
||||
overflow-y: auto;
|
||||
margin-top: 70px;
|
||||
padding: 20px;
|
||||
height: calc(100vh - 150px);
|
||||
|
||||
/* border: 1px solid red; */
|
||||
.bottom-margin {
|
||||
height: calc(100dvh - 70px - 76px);
|
||||
}
|
||||
|
||||
@media (width >=1024px) {
|
||||
.places-container {
|
||||
padding: 20px 250px;
|
||||
height: calc(100vh - 70px - 75px);
|
||||
.bottom-margin {
|
||||
height: calc(100dvh - 70px - 76px);
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user