Merged PR 385: #1178 Fix Safari-Bug With Button Position Not Respecting Status Bar

#1178 Fix Safari-Bug With Button Position Not Respecting Status Bar
This commit is contained in:
Sebastian Neumair
2020-10-22 17:39:59 +00:00
2 changed files with 24 additions and 0 deletions

View File

@@ -29,3 +29,15 @@
height: 130px;
background: $isa-branch-bg;
}
@media not all and (min-resolution: 0.001dpcm) {
@supports (-webkit-appearance: none) {
.spacing {
height: 195px;
}
app-shelf-edit-actions {
padding-bottom: 65px;
}
}
}

View File

@@ -29,3 +29,15 @@
height: 130px;
background: $isa-branch-bg;
}
@media not all and (min-resolution: 0.001dpcm) {
@supports (-webkit-appearance: none) {
.spacing {
height: 195px;
}
app-shelf-edit-actions {
padding-bottom: 65px;
}
}
}