Modernize CSS

This commit is contained in:
AaronDewes 2022-07-26 16:52:29 +00:00
parent b598a1c090
commit 47ff32fc9f
8 changed files with 2833 additions and 2958 deletions

View file

@ -89,7 +89,7 @@ class Account extends Component {
/>
<ul
id="accountMenu"
class="invisible absolute top-0 right-0 mt-10 pt-2 pb-2 bg-white shadow-md whitespace-no-wrap outline-none z-50 dark:bg-grey-80"
class="invisible absolute top-0 right-0 mt-10 pt-2 pb-2 bg-white shadow-md whitespace-nowrap outline-none z-50 dark:bg-grey-80"
onblur="${e => this.hideMenu(e)}"
>
<li class="p-2 text-grey-60 dark:text-grey-50">${user.email}</li>