Skip to content

Commit

Permalink
increase settings box size (UnchartedBull#1168)
Browse files Browse the repository at this point in the history
  • Loading branch information
UnchartedBull authored and kantlivelong committed May 5, 2021
1 parent 7e0c06a commit d5434da
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
1 change: 0 additions & 1 deletion src/app/files/files.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
</tr>
</table>
<div class="breadcrumbs">
<fa-icon [icon]="['fas', 'home']" (click)="openFolder(homeFolder)" class="breadcrumbs__item-home"></fa-icon>
<span class="breadcrumbs__item" *ngFor="let folder of currentFolder.split('/')">
<span (click)="openFolder(currentFolder.split(folder)[0] + folder)">
{{ folder }}
Expand Down
5 changes: 0 additions & 5 deletions src/app/files/files.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,6 @@
display: none;
}
}

&-home {
font-size: 2.4vw;
padding-right: 0.4vw;
}
}
}

Expand Down
3 changes: 2 additions & 1 deletion src/app/main-menu/main-menu.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
&__settings-icon {
width: 7vw;
float: right;
padding: 5vh 2vw 0;
padding: 5vh 5vw;
margin: 0 -3vw -5vh 0;
margin-top: -15.5vh;
}

Expand Down

0 comments on commit d5434da

Please sign in to comment.