Skip to content

Commit 707c2a7

Browse files
committed
disregard jeremy's todo
1 parent 50591ff commit 707c2a7

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

src/lib/components/Navigation/NavigationBar.svelte

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
<!-- TODO: Search bar should be here. Should probably be its own element if we want to attach autofill and stuff to it -->
6060
<!-- TODO: Add search suggestions like ext gallery, but they'll be like "Search for projects, search for users, etc" -->
6161
<!-- TODO: Add some autofill & standards in general for the selectors used in legacy home -->
62-
62+
6363
<!-- account buttons -->
6464
{#if StateApplication.loggedInProcessed && $StoreSettings.loggedIn}
6565
<!-- TODO: This should link to the messages tab -->
@@ -95,7 +95,7 @@
9595
</a>
9696
{/if}
9797
{/if}
98-
98+
9999
<!-- login buttons -->
100100
{#if StateApplication.loggedInProcessed && !($StoreSettings.loggedIn)}
101101
<!-- TODO: Link to the sign in page -->
@@ -141,17 +141,17 @@
141141
top: 0;
142142
width: 100%;
143143
height: 3rem;
144-
144+
145145
display: flex;
146146
flex-direction: row;
147147
justify-content: space-between;
148148
149149
background: #00c3ff;
150150
color: white;
151151
overflow: hidden;
152-
153-
/* TODO: we should probably consider using a big z-index but there's problems with portals & popups potentially */
154-
z-index: 1;
152+
153+
/* TODO: there might be problems with portals & popups potentially bc of the z index */
154+
z-index: 1000;
155155
}
156156
.navigation-bar > * {
157157
margin: 0 2px;
@@ -185,7 +185,7 @@
185185
width: 3rem;
186186
height: 3rem;
187187
margin: 0 4px;
188-
188+
189189
display: flex;
190190
flex-direction: column;
191191
justify-content: center;
@@ -229,4 +229,4 @@
229229
width: 20px;
230230
height: 20px;
231231
}
232-
</style>
232+
</style>

0 commit comments

Comments
 (0)