changed some styling
This commit is contained in:
parent
f077144f9d
commit
acb2c660bc
@ -1,5 +1,5 @@
|
|||||||
<mat-toolbar>
|
<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">
|
<div class="ml-auto">
|
||||||
<button mat-icon-button><mat-icon>room</mat-icon></button> <!-- Add Marker -->
|
<button mat-icon-button><mat-icon>room</mat-icon></button> <!-- Add Marker -->
|
||||||
<button mat-icon-button><mat-icon>create</mat-icon></button> <!-- Create shape -->
|
<button mat-icon-button><mat-icon>create</mat-icon></button> <!-- Create shape -->
|
||||||
|
@ -14,7 +14,13 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.map {
|
.map {
|
||||||
|
@media only screen and (max-width: 600px) {
|
||||||
|
height: calc(100vh - 56px);
|
||||||
|
}
|
||||||
|
|
||||||
|
@media only screen and (min-width: 601px) {
|
||||||
height: calc(100vh - 64px);
|
height: calc(100vh - 64px);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.selected {
|
.selected {
|
||||||
|
Loading…
Reference in New Issue
Block a user