Skip to content
Snippets Groups Projects
Commit de9d05ba authored by pnogal's avatar pnogal Committed by Paulina Nogal
Browse files

Set fixed with for course search sidenavs

parent 574d9e78
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
<mat-sidenav-container class="example-container" hasBackdrop="false" style="height: 100vh;"> <mat-sidenav-container class="example-container" hasBackdrop="false" style="height: 100vh;">
<mat-sidenav mode="over" position="end" #rightAddCourse> <mat-sidenav mode="over" position="end" #rightAddCourse>
<mat-sidenav-container> <mat-sidenav-container>
<mat-sidenav mode="side" position="start" #rightAddCourse2> <mat-sidenav mode="side" position="start" #rightAddCourse2 class="course-details-pane">
<mat-toolbar color="primary" class="dialog-toolbar"> <mat-toolbar color="primary" class="dialog-toolbar">
<button mat-button class="close-btn" (click)="rightAddCourse2.close()"><i class="material-icons">clear</i></button> <button mat-button class="close-btn" (click)="rightAddCourse2.close()"><i class="material-icons">clear</i></button>
<span class="dialog-toolbar-title">Add course to degree plan</span> <span class="dialog-toolbar-title">Add course to degree plan</span>
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
</div> </div>
</div> </div>
<div> <div>
<!-- <p>Introduction to several of Shakespare's most popular plays and their relation to other works of English and American literature.</p> --> <p>Introduction to several of Shakespare's most popular plays and their relation to other works of English and American literature.</p>
<p><span class="semi-bold">Enroll Info: </span>None</p> <p><span class="semi-bold">Enroll Info: </span>None</p>
<p><span class="semi-bold">Requisites: </span>None</p> <p><span class="semi-bold">Requisites: </span>None</p>
<ul class="courseDetails-list"> <ul class="courseDetails-list">
...@@ -135,4 +135,4 @@ ...@@ -135,4 +135,4 @@
</mat-sidenav-content> </mat-sidenav-content>
</mat-sidenav-container> </mat-sidenav-container>
</main> </main>
\ No newline at end of file
...@@ -20,15 +20,13 @@ main { ...@@ -20,15 +20,13 @@ main {
overflow: hidden; overflow: hidden;
} }
.add-sidenav1 {
width:380px;
}
#course-details-content { #course-details-content {
padding: 0 25px 25px 25px; padding: 0 25px 25px 25px;
} }
.course-search-pane { .course-search-pane,
width: 340px; .course-details-pane {
max-width: 360px;
min-width: 360px;
height: 100vh; height: 100vh;
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment