finished the task layouting the sidebar section
parent
4ca8dda0c2
commit
4a13e310c5
|
|
@ -13,21 +13,24 @@ import DockableSidebar from './layouts/DockableSidebar'
|
|||
import PlayerBar from './layouts/PlayerBar'
|
||||
export default {
|
||||
name: 'jukebox',
|
||||
components: {DockableSidebar, PlayerBar}
|
||||
components: { DockableSidebar, PlayerBar }
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="sass">
|
||||
@import 'normalize-scss';
|
||||
@include normalize();
|
||||
@import 'normalize-scss'
|
||||
@include normalize()
|
||||
|
||||
.root,.page-wrapper
|
||||
display: flex
|
||||
|
||||
.page-wrapper
|
||||
flex-direction: column
|
||||
flex-grow: 1
|
||||
height: 100vh
|
||||
box-sizing: border-box
|
||||
max-height: 100vh
|
||||
|
||||
.page
|
||||
flex-grow: 1
|
||||
overflow: auto
|
||||
|
|
|
|||
|
|
@ -14,4 +14,5 @@ export default {
|
|||
section
|
||||
width: 100%
|
||||
max-width: 250px
|
||||
padding: 2rem 3rem
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Reference in New Issue