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 {
|
||||
border: 1px solid rgba(var(--accent-rgb), 0.45);
|
||||
}
|
||||
div.sep-top {
|
||||
border-top: 2px solid rgba(var(--accent-rgb), 0.45);
|
||||
}
|
||||
hr.sticky {
|
||||
position: sticky;
|
||||
z-index: 100;
|
||||
|
|
|
@ -131,9 +131,8 @@ pub fn App() -> impl IntoView {
|
|||
</div>
|
||||
</div>
|
||||
<footer>
|
||||
<div>
|
||||
<hr class="sep" />
|
||||
<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 class="sep-top">
|
||||
<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>
|
||||
</div>
|
||||
</footer>
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue