Add background blur to i18n menu

This commit is contained in:
Aphcity 2024-03-20 10:05:26 +08:00 committed by GitHub
parent 3b0393d553
commit 4748453ea3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,7 +9,7 @@
</div> </div>
</div> </div>
<div class="absolute menuhide"> <div class="absolute menuhide">
<div class="pt-2 p-5 mt-2 rounded-xl shadow-2xl"> <div class="pt-2 p-5 mt-2 rounded-xl backdrop-blur shadow-2xl">
<div class="flex flex-col space-y-3"> <div class="flex flex-col space-y-3">
{{ range .AllTranslations }} {{ range .AllTranslations }}
<a href="{{ .RelPermalink }}" class="flex items-center"> <a href="{{ .RelPermalink }}" class="flex items-center">