Skip to content

Commit

Permalink
feat: increase spacing to bottom for sidebar button
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
  • Loading branch information
kesselb committed Aug 4, 2023
1 parent 3f22cba commit 127d822
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/views/ProfilerToolbar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -413,4 +413,8 @@ export default {
// overwrite body height for profiler toolbar
--body-height: calc(100% - env(safe-area-inset-bottom) - 50px - var(--body-container-margin) - 36px);
}
.app-sidebar-tab__buttons {
// add space for profiler toolbar
bottom: calc(var(--body-container-margin) + 36px)!important;
}
</style>

0 comments on commit 127d822

Please sign in to comment.