Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
hpc-team
strudelv2_spa
Commits
a3dda2d2
Commit
a3dda2d2
authored
Dec 05, 2019
by
Melvin Luong
Browse files
Added borders to the side nav.
parent
e684381d
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/app/launcher/launcher.component.css
View file @
a3dda2d2
...
...
@@ -9,3 +9,17 @@
.mat-row
{
height
:
24px
;
}
.mat-drawer
{
background-color
:
#f0f0f0
;
}
.sidenav-box
{
border
:
1px
solid
#a2bae1
;
width
:
100%
;
}
.mat-expansion-panel-header
.mat-expansion-panel-body
{
padding
:
0
,
0
,
0
,
0
;
}
\ No newline at end of file
src/app/launcher/launcher.component.html
View file @
a3dda2d2
...
...
@@ -2,7 +2,12 @@
<mat-sidenav-container
fxFlexFill
autosize
>
<mat-sidenav
#idSideNav
mode=
"side"
[opened]=
"(settingsService.menuToggle$ | async) && (settingsService.useMenu$ | async)"
>
<div
fxLayout=
"column"
fxLayout=
"stretch"
style=
"height: 100%"
>
<nav>
<nav
class=
"sidenav-box"
>
<mat-list
class=
"sidenav-box"
>
<mat-list-item>
Select a site
</mat-list-item>
</mat-list>
<mat-accordion
style=
"width: 100%"
[displayMode]=
"flat"
>
<div
*ngFor=
"let id of (computeSitesService.appidentities | async)"
>
<!--<mat-expansion-panel (afterExpand)="selectId(id)" (closed)="selectId(id)" style="width: 100%">-->
...
...
@@ -31,6 +36,7 @@
<app-strudelapplist
[applist]=
id.site.appCatalog
[identity]=
"id"
(appChange)=
"selectApp($event)"
style=
"width: 100%"
></app-strudelapplist>
</mat-list>
</mat-expansion-panel>
<div
style=
"width: 100%; border-bottom: 1px solid #a2bae1;"
></div>
</div>
</mat-accordion>
</nav>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment