changed some styling

This commit is contained in:
ztimson 2019-07-09 11:32:48 -04:00
parent f077144f9d
commit acb2c660bc
2 changed files with 8 additions and 2 deletions

View File

@ -1,5 +1,5 @@
<mat-toolbar>
Map Alliance <small class="ml-2 text-muted">{{version}}</small>
<img src="/assets/icons/icon-72x72.png" height="35px" width="auto"> <small class="ml-2 text-muted">{{version}}</small>
<div class="ml-auto">
<button mat-icon-button><mat-icon>room</mat-icon></button> <!-- Add Marker -->
<button mat-icon-button><mat-icon>create</mat-icon></button> <!-- Create shape -->

View File

@ -14,7 +14,13 @@
}
.map {
height: calc(100vh - 64px);
@media only screen and (max-width: 600px) {
height: calc(100vh - 56px);
}
@media only screen and (min-width: 601px) {
height: calc(100vh - 64px);
}
}
.selected {