mirror of
https://github.com/romancm/gamebrary
synced 2024-11-27 13:40:48 +00:00
clean up dock
This commit is contained in:
parent
aa2a3e2c1a
commit
85cd235359
1 changed files with 1 additions and 9 deletions
10
src/components/Dock.vue
Executable file → Normal file
10
src/components/Dock.vue
Executable file → Normal file
|
@ -1,7 +1,6 @@
|
|||
<template lang="html">
|
||||
<nav
|
||||
class="dock p-2 d-flex align-items-center justify-content-between w-100"
|
||||
:class="{ 'position-fixed': isBoard }"
|
||||
:class="[{ 'position-fixed': isBoard }, 'd-flex align-items-center justify-content-between w-100 py-2 px-3 z-index-1']"
|
||||
>
|
||||
<div class="d-flex">
|
||||
<b-button
|
||||
|
@ -92,10 +91,3 @@ export default {
|
|||
},
|
||||
};
|
||||
</script>
|
||||
|
||||
<style lang="scss" rel="stylesheet/scss" scoped>
|
||||
.dock {
|
||||
z-index: 1;
|
||||
height: 54px;
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Reference in a new issue