Skip to content

Commit

Permalink
Navbar doesn't need that much vertical space
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaiden Mispy committed Sep 5, 2018
1 parent 88d5941 commit fecae26
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions css/admin.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,15 @@ html, body {

.navbar {
z-index: 2;
font-size: 0.95rem;
}

.navbar-brand {
font-size: 1.15rem;
}

.navbar-toggler {
padding: 0.2rem 0.5rem;
display: block;
margin-right: 1rem;
}
Expand Down Expand Up @@ -96,14 +102,14 @@ html, body {
.AdminLayout {
height: 100%;

padding-top: 60px;
padding-top: 45px;
> nav {
background-color: #001c3d;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 60px;
height: 45px;
}

> main {
Expand Down
2 changes: 1 addition & 1 deletion js/admin/UsersIndexPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ interface UserIndexMeta {
createdAt: Date
updatedAt: Date
isActive: boolean
lastLogin: Date
lastSeen: Date
}

@observer
Expand Down

0 comments on commit fecae26

Please sign in to comment.