Merge branch '300-fixed-background-issue' into 'develop'
Fix fixed background issue Closes #300 See merge request pleroma/pleroma-fe!518
This commit is contained in:
commit
6d8862dc9a
3 changed files with 13 additions and 6 deletions
|
@ -1,5 +1,6 @@
|
|||
<template>
|
||||
<div id="app" v-bind:style="style">
|
||||
<div id="app">
|
||||
<div class="app-bg-wrapper" v-bind:style="bgStyle"></div>
|
||||
<nav class='nav-bar container' @click="scrollToTop()" id="nav">
|
||||
<div class='logo' :style='logoBgStyle'>
|
||||
<div class='mask' :style='logoMaskStyle'></div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue