forked from alemi/upub
fix(web): better footer
This commit is contained in:
parent
49cee6cafa
commit
22ad304417
2 changed files with 5 additions and 3 deletions
|
@ -99,6 +99,9 @@
|
||||||
hr.sep {
|
hr.sep {
|
||||||
border: 1px solid rgba(var(--accent-rgb), 0.45);
|
border: 1px solid rgba(var(--accent-rgb), 0.45);
|
||||||
}
|
}
|
||||||
|
div.sep-top {
|
||||||
|
border-top: 2px solid rgba(var(--accent-rgb), 0.45);
|
||||||
|
}
|
||||||
hr.sticky {
|
hr.sticky {
|
||||||
position: sticky;
|
position: sticky;
|
||||||
z-index: 100;
|
z-index: 100;
|
||||||
|
|
|
@ -131,9 +131,8 @@ pub fn App() -> impl IntoView {
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<footer>
|
<footer>
|
||||||
<div>
|
<div class="sep-top">
|
||||||
<hr class="sep" />
|
<span class="footer" >"\u{26fc} woven under moonlight :: "<a class="clean" href="https://git.alemi.dev/upub.git" target="_blank" >src</a>" :: "<a class="clean" href="javascript:window.scrollTo({top:0, behavior:'smooth'})">top</a></span>
|
||||||
<span class="footer" >"\u{26fc} woven under moonlight :: "<a href="https://git.alemi.dev/upub.git" target="_blank" >src</a>" :: "<a href="javascript:window.scrollTo({top:0, behavior:'smooth'})">top</a></span>
|
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue