Skip to content

Commit

Permalink
fix footer
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidFyon committed Dec 9, 2024
1 parent 4335d35 commit 8230178
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 8 additions & 0 deletions packages/synapse-bridge/src/patterns/FooterBar/FooterBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ export default defineComponent({
<VBtn
v-bind="options.goTopBtn"
:aria-label="locales.goTopBtnLabel"
class="topbtn"
@click="scrollToTop"
>
<VIcon v-bind="options.goTopBtnIcon">
Expand Down Expand Up @@ -290,6 +291,13 @@ a {
flex-grow: 0 !important;
}
.topbtn {
display: flex;
width: 24px;
height: 24px;
padding: 16px !important;
}
// Use deep selector to style user content as well
.vd-footer-bar.v-theme--dark :deep() {
background-color: $vd-grey-darken-20 !important;
Expand Down
2 changes: 0 additions & 2 deletions packages/synapse-bridge/src/patterns/FooterBar/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ export const config = {
icon: 'true',
variant: 'text',
elevation: 0,
height: '24px',
width: '24px',
},
goTopBtnIcon: {
color: 'primary',
Expand Down

0 comments on commit 8230178

Please sign in to comment.