add: fixes user card & removed logs
This commit is contained in:
@@ -35,7 +35,6 @@
|
||||
.main-panel {
|
||||
position: relative;
|
||||
margin-left: 220px;
|
||||
// width: calc(100wv - 220px) !important;
|
||||
width: calc(100% - 220px); //new
|
||||
}
|
||||
|
||||
|
||||
@@ -14,21 +14,12 @@
|
||||
</template>
|
||||
|
||||
<style scoped>
|
||||
/* .auth-layout {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
width: 100%;
|
||||
margin: 0px 0px !important;
|
||||
padding: 0px 0px !important;
|
||||
overflow: hidden;
|
||||
} */
|
||||
.auth-layout {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
align-content: center;
|
||||
/* background-color: red; */
|
||||
width: 55%;
|
||||
margin: 0px auto !important;
|
||||
padding: 0px 5px !important;
|
||||
@@ -41,11 +32,6 @@
|
||||
width: 80%;
|
||||
}
|
||||
}
|
||||
/* @media (max-width: 1024px) {
|
||||
.auth-layout {
|
||||
width: 80%;
|
||||
}
|
||||
} */
|
||||
|
||||
@media (max-width: 768px) {
|
||||
.auth-layout {
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
<script setup>
|
||||
import Header from '../components/Header.vue';
|
||||
|
||||
|
||||
</script>
|
||||
|
||||
<template>
|
||||
@@ -18,7 +16,6 @@
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
align-content: center;
|
||||
/* background-color: red; */
|
||||
width: 100%;
|
||||
margin: 0px auto !important;
|
||||
padding: 0px 5px !important;
|
||||
|
||||
Reference in New Issue
Block a user