mirror of
https://github.com/romancm/gamebrary
synced 2024-11-30 15:09:08 +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">
|
<template lang="html">
|
||||||
<nav
|
<nav
|
||||||
class="dock p-2 d-flex align-items-center justify-content-between w-100"
|
:class="[{ 'position-fixed': isBoard }, 'd-flex align-items-center justify-content-between w-100 py-2 px-3 z-index-1']"
|
||||||
:class="{ 'position-fixed': isBoard }"
|
|
||||||
>
|
>
|
||||||
<div class="d-flex">
|
<div class="d-flex">
|
||||||
<b-button
|
<b-button
|
||||||
|
@ -92,10 +91,3 @@ export default {
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss" rel="stylesheet/scss" scoped>
|
|
||||||
.dock {
|
|
||||||
z-index: 1;
|
|
||||||
height: 54px;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
|
|
Loading…
Reference in a new issue