Skip to content

Commit

Permalink
chore: clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
A-Behairi committed Oct 25, 2023
1 parent 29ac1b2 commit 2ca440d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/src/components/UiPanel.vue
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
class="overlay"
:style="`
background: ${$vuetify.theme.currentTheme.background};
height: calc(100% - ${ gtif ? ($store.state.gtif.toolsToggle ? 184.5 : 160.5) : 177}px);
height: calc(100% - ${ gtif ? ($store.state.gtif.toolsToggle ? 184 : 160) : 176.5}px);
overflow-y:${['Domains & Tools','Filters'].includes(title) ? 'hidden':'auto'};
`"
>
Expand Down
2 changes: 1 addition & 1 deletion app/src/components/UiPanelsLayout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export default {
this.panels.left = [
{
id: 1,
title: 'Filters',
title: 'Domains & Tools',
heightPercentage: 80,
},
{
Expand Down

0 comments on commit 2ca440d

Please sign in to comment.