Skip to content

Commit

Permalink
Added Share button and also optimised the storage of text and also ad…
Browse files Browse the repository at this point in the history
…ed media query too
  • Loading branch information
Varshithvhegde committed Oct 19, 2023
1 parent 7e1a71b commit aac3c4e
Showing 1 changed file with 11 additions and 25 deletions.
36 changes: 11 additions & 25 deletions src/app/navigation/navigation.component.css
Original file line number Diff line number Diff line change
@@ -1,27 +1,13 @@
/* <mat-toolbar color="primary">
<span>NotePage</span>
<span class="spacer"></span>
<button mat-icon-button matTooltip="Lock the Page">
<mat-icon>lock</mat-icon>
</button>
<button mat-icon-button matTooltip="Share the Link" (click)="sharePage()">
<mat-icon>share</mat-icon>
</button>
</mat-toolbar>
*/
.spacer {
flex: 1 1 auto;
}

/* Write css for above html code */
/* Path: src/app/navigation/navigation.component.css */
.spacer {
flex: 1 1 auto;
}
.icon-button {
margin-right: 10vh;
}

.icon-button{
margin-right: 10vh;
}

.title{
margin-left: 10vh;
font-size: 35px;
cursor: pointer;
}
.title {
margin-left: 10vh;
font-size: 35px;
cursor: pointer;
}

0 comments on commit aac3c4e

Please sign in to comment.