feat(Database) Adding entity dialog
This commit is contained in:
@@ -7,7 +7,6 @@
|
||||
@implements IDisposable
|
||||
|
||||
|
||||
|
||||
<div onmouseleave="@HoverOut" class="desktopNavContainer">
|
||||
<div class="menuHeader" @onmouseover="() => NavigationService.ChangeNavigationState(NavigationStateType.Hovering_Menu)">
|
||||
<NavLink href="/" class="websiteTitle">
|
||||
@@ -42,7 +41,6 @@
|
||||
width: 100vw;
|
||||
height: 40px;
|
||||
background-color: rgba(255,255,255,0.1);
|
||||
z-index: 1001;
|
||||
}
|
||||
|
||||
.menuHeader {
|
||||
|
||||
Reference in New Issue
Block a user