mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-31 09:37:15 +01:00
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:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user