Added nav-bar to show home link and user status
This commit is contained in:
5
bookie/src/app/nav-bar/nav-bar.component.css
Normal file
5
bookie/src/app/nav-bar/nav-bar.component.css
Normal file
@ -0,0 +1,5 @@
|
||||
.fill-remaining-space {
|
||||
/* This fills the remaining space, by using flexbox.
|
||||
Every toolbar row uses a flexbox row layout. */
|
||||
flex: 1 1 auto;
|
||||
}
|
||||
Reference in New Issue
Block a user