Skip to content

Commit

Permalink
Merge pull request #958 from kecnry/voila-styling-tweaks
Browse files Browse the repository at this point in the history
Voila styling tweaks
  • Loading branch information
rosteen authored Nov 22, 2021
2 parents 816d031 + 7f6f773 commit 381e715
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions jdaviz/app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,10 @@ export default {
</script>

<style id="web-app">
* {
/* otherwise, voila will override box-sizing to unset which screws up layouts */
box-sizing: border-box !important;
}
/* fix for loading overlay z-index */
div.output_wrapper {
Expand Down Expand Up @@ -202,7 +206,7 @@ div.output_wrapper {
margin-top: 0px;
}
.vuetify-styles .lm_header ul {
.lm_header ul {
padding-left: 0;
}
Expand All @@ -216,16 +220,16 @@ div.output_wrapper {
margin: 0px;
}
.vuetify-styles .v-expansion-panel-content__wrap {
.v-expansion-panel-content__wrap {
padding: 0px;
margin: 0px;
}
.vuetify-styles .v-toolbar__items>span>.v-btn {
.v-toolbar__items > span > .v-btn {
/* allow voolbar-items styling to pass through tooltip wrapping span */
/* css is copied from .vuetify-styles .v-toolbar__items>.v-btn */
/* css is copied from .v-toolbar__items>.v-btn */
border-radius: 0;
height: 100%!important;
height: 100% !important;
max-height: none;
}
Expand Down

0 comments on commit 381e715

Please sign in to comment.