Modernize CSS
This commit is contained in:
parent
b598a1c090
commit
47ff32fc9f
8 changed files with 2833 additions and 2958 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue