This commit is contained in:
Mats Rauhala 2023-04-25 21:30:09 +03:00
parent 57096e5d06
commit 933403e249
2 changed files with 7 additions and 0 deletions

View File

@ -550,6 +550,10 @@ video {
}
}
.visible {
visibility: visible;
}
.absolute {
position: absolute;
}

View File

@ -18,6 +18,9 @@
</ul>
<ul class="flex gap-2 p-2">
<li class="group">Git
<!-- Hide the dropdown by default, but make it visible on the parent hover
see the 'group' on the toplevel
-->
<ul class="hidden bg-gray-800 text-gray-300 border rounded p-2 group-hover:block absolute">
<li class="hover:text-gray-400"><a href="https://git.rauhala.info/MasseR">Gitea</a></li>
<li class="hover:text-gray-400"><a href="https://github.com/MasseR">GitHub</a></li>