исправлены стили для нормализации отображения страницы, элементов header и sidebar
This commit is contained in:
11
src/App.vue
11
src/App.vue
@@ -1,5 +1,5 @@
|
||||
<template lang="pug">
|
||||
div
|
||||
div(class="app-container")
|
||||
header-component
|
||||
div(class="pages-container")
|
||||
sidebar-component
|
||||
@@ -17,9 +17,6 @@
|
||||
|
||||
<style lang="sass">
|
||||
#app
|
||||
display: flex
|
||||
flex-direction: column
|
||||
row-gap: 8px
|
||||
height: 100%
|
||||
width: 100%
|
||||
font-family: Raleway, sans-serif
|
||||
@@ -31,6 +28,12 @@
|
||||
.pages-container
|
||||
display: flex
|
||||
flex: auto
|
||||
.app-container
|
||||
height: 100%
|
||||
width: 100%
|
||||
row-gap: 8px
|
||||
display: flex
|
||||
flex-direction: column
|
||||
body
|
||||
margin: 0
|
||||
padding: 0
|
||||
|
||||
Reference in New Issue
Block a user