mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-10 11:37:32 +08:00
[S] Fix home page
This commit is contained in:
@@ -15,25 +15,15 @@
|
||||
<div><Icon icon="tabler:search" /></div>
|
||||
</nav>
|
||||
|
||||
<div id="wrapper">
|
||||
<Router {url}>
|
||||
<Route path="/"><Home /></Route>
|
||||
<Route path="/u/:userId" component={UserHome}></Route>
|
||||
<Route path="/u/:userId/mai/rating" component={MaimaiRating}></Route>
|
||||
</Router>
|
||||
</div>
|
||||
<Router {url}>
|
||||
<Route path="/"><Home /></Route>
|
||||
<Route path="/u/:userId" component={UserHome}></Route>
|
||||
<Route path="/u/:userId/mai/rating" component={MaimaiRating}></Route>
|
||||
</Router>
|
||||
|
||||
<style lang="sass">
|
||||
@import "vars"
|
||||
|
||||
#wrapper
|
||||
display: flex
|
||||
flex-direction: column
|
||||
align-items: center
|
||||
|
||||
height: 100%
|
||||
min-height: 100%
|
||||
|
||||
nav
|
||||
display: flex
|
||||
justify-content: flex-end
|
||||
|
||||
Reference in New Issue
Block a user